{% load i18n cms_admin %} {% if state %}
{% trans "Action" %} | {% trans "Created" %} | {% trans "User" %} | {% trans "Message" %} |
---|---|---|---|
{{ state.get_action_display }} | {{ state.created }} | {{ state.user }} |
{% trans "Page doesn't have any states." %}
{% endif %}