{% extends 'events/registration/_stats_box.html' %} {% block content -%} {% set height = data.countries|length * 24 + 28 if data.countries else 400 %}
{% if data.num_countries %}
{% trans %}Registrants per country{% endtrans %}
{% endif %}
|
{% if data.num_reptypes %}
{% trans %}Registrants per representation type{% endtrans %}
{% endif %}
|
{% if data.num_contacttypes %}
{% trans %}Registrants per contact type{% endtrans %}
{% endif %}
|
|
{% if data.num_titles %}
{% trans %}Registrants per title{% endtrans %}
{% endif %}
|
{% if data.num_genders %}
{% trans %}Registrants per gender{% endtrans %}
{% endif %}
|
{% for question in data.questions %}
{% trans %}{{ question }}{% endtrans %}
|
{% endfor %}