{% import "_forms.html" as forms %}
{% if page.category %} {{ _('Category') }} : {{ page.category }} {% endif %} {% if page.tags %} {{ _('Tags') }} : {% for tag in page.tags.split(',') %} {{ tag }} {% endfor %} {% endif %}
{% if config.COMMENTS == 'YES' and page.comments %}{{ comment.content }}
{{ comment.author }} {{ comment.date | date('dd MM yyyy HH:mm') }}