{% extends "telemeta/base.html" %} {% load i18n %} {% load telemeta_utils %} {% load teleforma_tags %} {% block head_title %}{% trans "Users" %} - {{ block.super }}{% endblock %} {% block title %} {% endblock %} {% block content %}

Trainings{% trans "Trainings" %}

IEJ {% trans "IEJ" %}

Courses{% trans "Courses" %}

    {% block courses %} {% for course in courses %}
  • {{ course }}
  • {% endfor %} {% endblock courses %}
{% if users %}
{% trans "Grouped message" %}
{% endif %}
{% if user.is_staff %}
XLS Export
{% endif %}
{% trans "Users" %}{% if training %} - {{ training }}{% elif iej %} - {{ iej }}{% elif course %} - {{ course }}{% endif %}

{% if users %} {% include "telemeta/inc/user_list.html" %} {% else %}

{% trans "No users" %}

{% endif %}
{% endblock %}