From b88af97cb8e155c2212d86b77585721089d402e8 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Wed, 17 May 2017 12:11:23 -0300 Subject: [PATCH] Reports template included --- webconference/templates/webconference/relatorios.html | 436 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 436 insertions(+), 0 deletions(-) create mode 100644 webconference/templates/webconference/relatorios.html diff --git a/webconference/templates/webconference/relatorios.html b/webconference/templates/webconference/relatorios.html new file mode 100644 index 0000000..c9dc070 --- /dev/null +++ b/webconference/templates/webconference/relatorios.html @@ -0,0 +1,436 @@ +{% extends "subjects/view.html" %} + +{% load static i18n pagination permissions_tags subject_counter %} +{% load django_bootstrap_breadcrumbs %} + +{% block javascript%} + {{ block.super }} + + + + + +{% endblock%} + +{% block breadcrumbs %} + {{ block.super }} + {% breadcrumb webconference.topic 'subjects:topic_view' webconference.topic.subject.slug webconference.topic.slug %} + {% trans 'Reports' as bread %} + {% breadcrumb bread webconference%} +{% endblock %} + +{% block content %} +
+ {% if messages %} + {% for message in messages %} + + {% endfor %} + {% endif %} +
+
+
+
+
+

+ {{webconference}} / {% trans "Reports" %} +

+
+
+
+
+
+

{% trans "Report of the resource " %}{{webconference}}

+
+
+
+
+ +
+
+ +
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+
    + +
+
+
+
+ +
+

+
+
+ + +{% endblock %} -- libgit2 0.21.2