{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block extrahead %} {{ block.super }} {% endblock %} {% block content %}

{% translate "Execute Transition" %}: {{ transition_name }}

{% translate "Object" %}
{{ object }}
{% translate "Field" %}
{{ fsm_field }}
{% translate "Transition" %}
{{ transition_name }}
{% if transition_description %}
{% translate "Description" %}
{{ transition_description }}
{% endif %}
{% csrf_token %} {% if form %}
{{ form.as_div }}
{% else %}

{% translate "Click the button below to execute this transition." %}

{% endif %}
{% endblock %}