app/soc/templates/soc/survey/list/results_heading.html
changeset 2422 44c500fc0eca
child 2660 e2654d53a643
equal deleted inserted replaced
2421:0979e7af115f 2422:44c500fc0eca
       
     1 <tr align="left">
       
     2   {% for property in properties %}
       
     3     <th>{{ property }}</th>
       
     4   {% endfor %}
       
     5   <th>Taken By</th>
       
     6 
       
     7   <th>Created On</th>
       
     8 
       
     9   <th>Last Modified</th>
       
    10 
       
    11   <th>Answer</th>
       
    12 
       
    13   {% if grades %}
       
    14     <th>Grade</th>
       
    15   {% endif %}
       
    16 </tr>