{% extends 'subjects/view.html' %} {% load static i18n pagination permissions_tags subject_counter %} {% load django_bootstrap_breadcrumbs %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb 'Pendencies' 'notifications:view' subject.slug %} {% endblock %} {% block content %} {% if subject.visible %}
{% else %}
{% endif %}

{% trans 'Pendencies' %}

{% if not history %} {% if notifications.count > 0 %} {% include 'notifications/_view.html' %} {% pagination request paginator page_obj %} {% else %}

{% trans 'You do not posses any pendency in this subject' %}

{% endif %} {% else %} {% include 'notifications/_history.html' %} {% endif %}
{% endblock %}