diff --git a/pinaxcon/templates/registrasion/report.html b/pinaxcon/templates/registrasion/report.html index bca0d2067af7266ce3b07f19a56e8b87851159f1..03232f08f56855eded22fdd89524d56e0770d635 100644 --- a/pinaxcon/templates/registrasion/report.html +++ b/pinaxcon/templates/registrasion/report.html @@ -6,11 +6,13 @@

{{ title }}

-
- {{ form | bootstrap}} -
- -
+ {% if form %} +
+ {{ form | bootstrap}} +
+ +
+ {% endif %}
@@ -22,7 +24,12 @@ {% for line in report.data %} {% for item in line %} - + {% endfor %} {% endfor %}
{{ item }} + {% if report.link_view and forloop.counter0 == 0 %} + + {% endif %} + {{ item }} +