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