{% load i18n %}
{% trans "Created at" %}
: {{ object.created_at|date:"d M Y" }}
{% trans "Status" %}
: {{ object.get_status_display }}