app/soc/templates/soc/survey/results.html
changeset 2576 7a1138f8a0e2
parent 2422 44c500fc0eca
equal deleted inserted replaced
2575:e319fd52cbc4 2576:7a1138f8a0e2
     1 {% if grades %}
       
     2   <form id='GradesForm' method='post' action="{{ grade_action }}" >
       
     3 {% endif %}
       
     4 {% if list_msg %}
     1 {% if list_msg %}
     5   {{ list_msg|safe }}
     2   {{ list_msg|safe }}
     6 {% endif %}
     3 {% endif %}
     7 
     4 
     8 {% if list.empty %}
     5 {% if list.empty %}
    12 {% for list_number in list.lists %}
     9 {% for list_number in list.lists %}
    13   <p>
    10   <p>
    14   {% include list.nextList %}
    11   {% include list.nextList %}
    15   </p>
    12   </p>
    16 {% endfor %}
    13 {% endfor %}
    17 
       
    18 {% if grades %}
       
    19     <input type='submit' value='Update Grades'/>
       
    20   </form>
       
    21 {% endif %}