{% load devilry_group_tags %} {% load devilry_theme2_tags %} {% load crispy_forms_tags %} {% load i18n %} {% block content %}
{{ gradeform_json }}
#} {% for key, value in gradeform_json.items %} {% if key == 'type' %}Type: {{ value }}
{% elif key == 'schema' %} {% for item in value %} {% for s_key, s_value in item.items %}{{ s_value }}
{% endfor %} {% endfor %} {% endif %} {% endfor %} {# {% for field in gradeform_json.fields %}#} {#{{ field.points_achieved }}/{{ field.points_max }}
#} {#{{ field.comment }}
#} {# {% endfor %}#} {% endblock content %}