macros.html 287 B

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