{% load i18n %} {% if rtype == 'oldResults' %} {% trans 'Export Result' %} {% elif rtype == 'User' %} {% trans 'Export Users' %} {% else %} {% trans 'Export Groups' %} {% endif %}
{% trans 'Are you sure you want to export results?' %}
{% trans 'Are you sure you want to export users list?' %}
{% trans 'Are you sure you want to export groups list?' %}