{% 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 filelink.topic 'subjects:topic_view' filelink.topic.subject.slug filelink.topic.slug %} {% trans 'Reports' as bread %} {% breadcrumb bread filelink%} {% endblock %} {% block content %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

{{filelink}} / {% trans "Reports" %}

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



{% endblock %}