12345 |
- {% load i18n %}
- {% macro page_title(title='', parent='', page=0) -%}
- {% if parent %}{{ parent }}: {% endif %}{% if title %}{{ title }}{% if page > 1 %} ({% trans page=page %}{{ page }} page{% endtrans %}){% endif %} - {% endif %}{% trans %}Misago Admin{% endtrans %}
- {%- endmacro %}
|