{% extends "xforms/layout.html" %} {% block title %}XForms{% endblock %} {% block content %}
Type | Date | {% for field in fields.all %}{{ field.name }} | {% endfor %}|||||||
---|---|---|---|---|---|---|---|---|---|
{% ifequal submission.type "odk-www" %}
![]() ![]() |
{% if submission.has_errors %} {% else %} {% endif %} {{ submission.created|date:"m/j/y G:i:s"}} | {% for field in fields.all %}{% for value in submission.submission_values %} {% ifequal field.pk value.attribute.pk %} {% if field.xform_type == 'binary' %} {{ value.value }} {% else %} {{ value.value }} {% endif %} {% endifequal %} {% endfor %} | {% endfor %}|||||||
No submissions for this form. |