{% extends "base.html" %} {% load i18n auth %} {% block title %}{% trans "Recruitment" %} · {{ study }} · {{ block.super }}{% endblock %} {% block content %}
{% for label in statistics.secondary %} | {{ label|default:_('Total') }} | {% endfor %}
---|---|
{{ label }} | {% for value in row %}{{ value }} | {% endfor %}