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