{% load i18n %} {% load selia_buttons %}
{% include detail_template with object=object %}
{% if permissions.change %} {% endif %} {% if permissions.delete %} {% endif %}
{% if object.created_on %}
{% trans 'Added on'%} {{ object.created_on | date}} {% if object.created_by %} {% trans 'by'%} {{ object.created_by }} {% endif %}
{% trans 'Last modified on'%} {{ object.modified_on | date}}
{% endif %}