You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
428 B
HTML
10 lines
428 B
HTML
{% extends "admin/edit_inline/tabular.html" %}
|
|
{% load i18n admin_urls static %}
|
|
{% block extra_footer_content %}
|
|
<tfoot><tr class="inline-summary">
|
|
<td colspan="99" style="text-align: right; font-weight: bold;">
|
|
{% trans "Number of persons:" %} {{ inline_admin_formset.formset.total_people }}, {% trans "thereof leaders:" %} {{ inline_admin_formset.formset.organizer_count }}
|
|
</td>
|
|
</tr>
|
|
</tfoot>
|
|
{% endblock %} |