File diff b6222c5eba3a → 32340c9a9834
pinaxcon/templates/registrasion/report.html
Show inline comments
...
 
@@ -15,6 +15,8 @@
 
  {% endif %}
 
<hr />
 

	
 
{% for report in reports %}
 
  <h3>{{ report.title }}</h3>
 
  <table class="table table-striped">
 
    <tr>
 
      {% for heading in report.headings %}
...
 
@@ -34,5 +36,6 @@
 
      </tr>
 
    {% endfor %}
 
  </table>
 
{% endfor %}
 

	
 
{% endblock %}