{% trans user=request.user.display_name|e -%} Howdy. Welcome to the Zine administration interface, {{ user }}. {%- endtrans %} {% trans -%} You have written {{ your_posts }} post so far. {%- pluralize -%} You have written {{ your_posts }} posts so far. {%- endtrans %}
by {{ comment.author|e }}, {{ comment.pub_date|datetimeformat('short') }} on {%- if comment.post.title %}{{ comment.post.title|e }}{%- else %}#{%- endif %} [{{ _('edit') }}]
{{ _("Edit") }} | {{ _("Delete") }} | {{ _("Approve") }} {%- endfor %}