app/soc/templates/soc/survey/list/results_heading.html
author Daniel Diniz <ajaksu@gmail.com>
Fri, 26 Jun 2009 21:58:12 +0200
changeset 2422 44c500fc0eca
child 2660 e2654d53a643
permissions -rw-r--r--
Added templates considering Surveys. Patch by: Daniel Diniz, James Levy Reviewed by: Lennard de Rijk

<tr align="left">
  {% for property in properties %}
    <th>{{ property }}</th>
  {% endfor %}
  <th>Taken By</th>

  <th>Created On</th>

  <th>Last Modified</th>

  <th>Answer</th>

  {% if grades %}
    <th>Grade</th>
  {% endif %}
</tr>