{##} Date {{ article.date|strftime("%Y-%m-%d") }} {% if SHOW_DATE_MODIFIED %} {% if article.modified %} {{ _('Modified') }} {{ article.modified|strftime("%Y-%m-%d") }} {% endif %} {% endif %}
{% if SHOW_SERIES %} {% if article.series %} {{ _('Series') }} Part {{ article.series.index}} of {{ article.series.name }} {% endif %} {% endif %} {% if SHOW_ARTICLE_AUTHOR %} {% if article.author %} {{ _('By') }} {{ article.author }} {% endif %} {% endif %} {% if SHOW_ARTICLE_CATEGORY %} {{ _('Category') }} {{ article.category }} {% endif %} {% if PDF_PROCESSOR %} PDF {% endif %} {% include 'includes/taglist.html' %}
{% if article.ert %} Estimated Read Time: {{ article.ert|escape }} {% endif %} {% if article.ninja_level %} Ninja Level: {% for i in range( 1, 1 + article.ninja_level|int ) %} {% endfor %} {% endif %} {% import 'includes/translations.html' as translations with context %} {{ translations.translations_for(article) }}