Date
    
        
    
    {% if SHOW_DATE_MODIFIED %}
        {% if article.modified %}
            Modified
            
                
            
        {% 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' %}
    {% import 'includes/translations.html' as translations with context %}
    {{ translations.translations_for(article) }}