{% 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 {{ comment.post.title|e }}
{{ _("Edit") }} | {{ _("Delete") }} | {{ _("Approve") }} {%- endfor %}