{% extends 'base.html' %} {% load i18n static django_bootstrap5 %} {% block content_title %}
{% blocktrans %}If you have a correct xlsx (XForm) file you can now Upload it{% endblocktrans %}
{% if uploaded_file_url %}{% trans "Currently" %} {{ uploaded_file_url }}
{% endif %} {% endblock %} {% block js %} {{ block.super }} {% endblock js %}