app/soc/templates/soc/survey/list/results_heading.html
changeset 2724 8df4563fb2eb
parent 2723 9e03061402ac
child 2725 09b5bfc5707f
equal deleted inserted replaced
2723:9e03061402ac 2724:8df4563fb2eb
     1 <tr align="left">
       
     2   {% for property in properties %}
       
     3     <th>{{ property }}</th>
       
     4   {% endfor %}
       
     5   <th>Taken By</th>
       
     6   <th>Created On</th>
       
     7   <th>Last Modified</th>
       
     8   <th>Answer</th>
       
     9   {% if grades %}
       
    10     <th>Grade</th>
       
    11   {% endif %}
       
    12 </tr>