{% extends "core/index.html" %} {% load i18n %} {% load yauth %} {% load crit_name_cleaner %} {% block Title %}{% trans 'Compose a letter' %}{% endblock %} {% block Scripts %} {% endblock %} {% block Content %} {% with snip_tpls_ext=snip_tpls_ext task=aadmin_est.task show_request=True %} {% include 'core/snippet_pair.html' %} {% endwith %}
{% trans crit|crit_name_cleaner|capfirst %}
{% for digit, val in aadmin_est.VALUE_NAMES %}
{% trans val|title %}
{% endfor %}
{% for digit, count in counter %}
{{ count }}
{% endfor %}
|
{% endfor %}