{% load i18n autoreports_tags %} {% if app_label and module_name and module and class_name %} {% is_son_of_report_admin as has_reports %} {% if has_reports %}
  • {% trans "Quick Report" %}
  • {% trans "Advanced Report" %}
  • {% trans "Wizard Report" %}
  • {% trans "Reports" %}
  • {% endif %} {% endif %}