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

{{ title }}

{% endblock %} {% block content %} {% include 'xform_howto.html' %} {% if uploaded_file_url %}

{% trans "Currently" %} {{ uploaded_file_url }}

{% endif %}
{% csrf_token %}
{% blocktrans %}XML form generated by {% endblocktrans %}https://getodk.org/xlsform/
{% if pk %} {% trans "Back" %} {% else %} {% trans "Back" %} {% endif %}
{% endblock %} {% block js %} {{ block.super }} {% endblock js %}