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

{{ object.get_title }}

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

{{view.confirm_message}}

{% csrf_token %} {% trans 'No/Cancel' %}
{% else %} {% if not object.inserted_on %} {% trans 'Insert' %} {% endif %} {% trans 'Delete' %} {% endif %} {% trans 'Back' %}

{% blocktrans %}If you want to reload data, set 'inserted on' to null from admin interface or DB and 'Insert' again =>Update{% endblocktrans %}

{% endif %} {% endblock content %}