{% extends 'subjects/view.html' %} {% load static i18n pagination permissions_tags subject_counter access_conference %} {% load django_bootstrap_breadcrumbs %} {% block javascript%} {{ block.super }} {% endblock%} {% block breadcrumbs %} {{ block.super }} {% breadcrumb topic 'subjects:topic_view' subject.slug topic.slug %} {% breadcrumb webconference 'webconferences:view' webconference.slug %} {% endblock %} {% block content %} {% if messages %} {% for message in messages %}
{% endfor %} {% endif %} {% resource_permissions request.user webconference as has_resource_permissions %} {% if webconference.visible %}{% trans "Start date/hour" %}: {{webconference.start}}
{% trans "End date/hour" %}: {{webconference.end}}