{% extends 'base.html' %} {% load i18n static model_tags %} {% block content %} {% if user.is_authenticated %} {% if user.is_odk_admin %}
{% endif %} {% else %}{% trans "Login to add a form" %}
{% endif %} {% if object_list %}# | {% get_verbose_field_name object_list "xls_file" %} | {% get_verbose_field_name object_list "xml_file" %} | {% get_verbose_field_name object_list "title" %} | {% get_verbose_field_name object_list "form_id" %} | {% get_verbose_field_name object_list "version" %} |
---|---|---|---|---|---|
{{ i.id }} | {{ i.xls_file }} | {{ i.xml_file }} | {{ i.title }} | {{ i.form_id }} | {{ i.version }} |