{% extends 'base.html' %} {% load crispy_forms_tags %} {% block content %} {% regroup groups by kind as group_by_kind %}
{% csrf_token %} {% if perms.cri_cards.issue_card %} {% endif %} {% if perms.cri_models.export_data %} {% endif %}
{% for kind, group_list in group_by_kind %} {% if forloop.first %} {% endif %} {% empty %} There are not any groups. {% endfor %}

Search

{% crispy form %}
{% if users %}
{% include "cri_frontend/_user_list.html" with user=user user_list=users photos=photos form_id="userlist-action-form" only %}
{% endif %}
{% endblock %}