{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} delete-confirmation{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %} {% if has_workflow %}

{% blocktrans with escaped_object=object %}Are you sure you want to submit the {{ object_name }} "{{ escaped_object }}"? {% endblocktrans %}

{{ workflow_modal.code }} {{ workflow_modal.name }}

{% csrf_token %} {% if next_node %}

{% trans "next node" %}:{{ next_node.name }}

{% if has_next_user %} {% else %}

{% trans "No user was configured to handle this node"%}

{% endif %} {% endif %}
{% if is_popup %}{% endif %} {% if to_field %}{% endif %} {% trans "No, take me back" %}
{% else %}

{% trans "you needs to config a workflow model for this content type" %}

{% trans "OK" %} {% endif %} {% endblock %}