{% extends "admin/report/base/base_report.html" %} {% load i18n %} {% block result_list %} {% if has_data %}
{% for row in data %} {% endfor %}
{{ row.gender_display }} {{ row.total }}
{% if has_chart %}

{% trans 'title.report.chart' %}

{% trans 'title.report.chart' %}
{% endif %} {% else %}

{% trans 'admin.report-list-data.empty' %}

{% endif %} {% endblock %}