diff --git a/pinaxcon/templates/registrasion/reports_list.html b/pinaxcon/templates/registrasion/reports_list.html new file mode 100644 index 0000000000000000000000000000000000000000..f588359345f7c897ed51708f189a123fb688b0a9 --- /dev/null +++ b/pinaxcon/templates/registrasion/reports_list.html @@ -0,0 +1,21 @@ +{% extends "site_base.html" %} +{% load bootstrap %} +{% load registrasion_tags %} +{% block body %} + +

Registration reports

+ + + {% for report in reports %} + + + + + {% endfor %} +
+ {{ report.name }} + + {{ report.description }} +
+ +{% endblock %}