{% extends 'base.html' %} {% load i18n static model_tags %} {% block cssextra %} {% endblock cssextra %} {% block content %}
{% include 'odk/_xform_detail_main.html' %}
{% if user.is_authenticated and user.is_odk_admin %} {% if "/delete" in request.path %}

{{view.confirm_message}}

{% csrf_token %} {% trans 'No/Cancel' %}
{% else %} {% trans 'Delete' %} {% if not object.xml_content %}

Convert2XML {% trans "Wait until the page is refreshed" %}

{% else %} {% if not object.model_created_on %}

CreateModel {% trans "Wait until the page is refreshed" %}

{% endif %} {% endif %} {% endif %} {% endif %} {% trans 'Back' %}
{% endblock content %}