{% extends 'base.html' %} {% load i18n static model_tags %} {% block content_title %}

{{ object.get_title }}

{% endblock %} {% block content %}
{% include 'odk/_xformsubmit_detail_main.html' %}
{% include 'odk/_xformsubmit_detail_modif.html' %}
{% if user.is_authenticated %} {% if "del" in request.path %}

{{view.confirm_message}}

{% csrf_token %} {% trans 'No/Cancel' %}
{% else %} {% if user.is_odk_admin %} {% trans 'Back' %} {% endif %} {% trans 'Delete' %} {% endif %} {% endif %} {% endblock content %}