{% extends 'subjects/view.html' %} {% load static i18n pagination permissions_tags subject_counter %} {% load django_bootstrap_breadcrumbs %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb resource.topic 'subjects:topic_view' subject.slug resource.topic.slug %} {% breadcrumb resource resource.access_link %} {% trans 'Mural' as mural %} {% breadcrumb mural 'mural:resource_view' resource.slug %} {% endblock %} {% block content %} {% subject_permissions request.user subject as has_subject_permissions %} {% if subject.visible %}
{% elif has_subject_permissions %}

{% trans 'Wish to make a new post?' %}

{% for post in posts %} {% include 'mural/_view.html' %} {% endfor %}
0 %} style="display:none" {% endif %}>

{% trans 'There are no posts in this mural yet.' %}

{% trans 'Filter' %}

{% endblock %}