{% load i18n dzenlog_tags humanize %}
{% block title %}

{{object.title}}

{% endblock %} {% block meta %} {% blocktrans with object.author as author and object.publish_at|naturalday as publish_at %}Published at {{publish_at}}, author {{author}}{% endblocktrans %}. {% if has_tagging %} {% with object.get_tags as object_tags %} {% if object_tags %}{% trans 'Tags:' %} {% for tag in object_tags %} {{tag.name}}{% if not forloop.last %},{% endif %} {% endfor %} {% endif %} {% endwith %} {% endif %} {% endblock %}