{% extends "admin/app_index.html" %} {% load i18n %} {% load url from future %} {% block sidebar %}

{% trans "Reporting Options" %}

{% trans "Imports" %}

  1. {% trans "Import" %}

{% trans "Exports" %}

  1. {% trans "Export" %}

{% trans "Others" %}

  1. {% trans "Search" %}
  2. {% trans "Summary Report" %}
  3. {% if MODULE_CORPORATE_MEMBERSHIPS_USEFREEPASS %}
  4. {% trans "Free Passes List" %}
  5. {% endif %}
{% endblock %}