{% if debug %}{% endif %} {% load i18n %} {% if object.state_from %}
{% trans "State from" %}
{{ object.state_from }}
{% endif %} {% if object.state_to %}
{% trans "State to" %}
{{ object.state_to }}
{% endif %}