{% extends "site_base.html" %} {% load account_tags %} {% load compress %} {% load i18n %} {% load sitetree %} {% block head_title %}{% trans "Presentation: " %}{{ presentation.title }}{% endblock %} {% block extra_head %} {% endblock %} {% block breadcrumbs %}{% sitetree_breadcrumbs from "main" %}{% endblock %} {% block body %} {% if presentation.slot %}
{% trans "No handouts have been provided yet for this tutorial" %}
{% endif %}