{% if item.title %}{{ item.title|safe }} {% else %}{{ item.subscriber.name|safe }}{% endif %}
{{ item.content|prettyhtml|safe }}
{% spaceless %}
{% if item.author %}{% blocktrans with item.author as author %}by {{ author }} at{% endblocktrans %}{% endif %} {{ item.date_modified|date:"g:i A" }} {% if item.comments %} ({% trans "Comments" %}){% endif %}
{% if item.qtags %}{% for tag in item.qtags %} {{ tag.name }} {% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %} {% endspaceless %}