{% extends "master.html" %} {% load ui %} {% load access_control %} {% load viewers %} {% load compress %} {% load userprofile %} {% load staticfiles %} {% block javascript %} {{ block.super }} {% endblock %} {% block content-top %} {{ block.super }} {% store_recent_presentation request.user presentation %} {% if formset.forms %} Jump to Properties {% endif %}

{{ presentation.title }}

{% csrf_token %} {% if formset.forms %} {% with request.user|profile_setting:"options_basket_thumbnails"|default:"square" as format %} {% for form in formset.forms %} {% endfor %} {% endwith %} {% endif %}
Title Order Annotation Hidden Remove
{{ form.id }}{{ form.record }}{{ form.instance.record.alt_text }} {{ form.instance.record.title }} {{ form.order }} {{ form.order.errors }} {{ form.annotation }}
Customize record for this presentation
{{ form.hidden }} {{ form.DELETE }}
{{ formset.management_form }}
{% endblock %} {% block content %}

Properties

{% csrf_token %}
{{ form.title.label_tag }} {{ form.title }} {{ form.title.errors }} {{ form.description.label_tag }} {{ form.description }} {{ form.description.errors }} {{ form.password.label_tag }} {{ form.password }} {{ form.password.errors }} {{ form.fieldset.label_tag }} {{ form.fieldset }} {{ form.fieldset.errors }} {% if perms.presentation.publish_presentations %} {{ form.hidden.label_tag }} {{ form.hidden }} {{ form.hidden.errors }} {% endif %} {{ form.hide_default_data.label_tag }} {{ form.hide_default_data }} {{ form.hide_default_data.errors }}
Tags: {% with usertags as actionbar_tags %} {% include 'ui_tag_editor.html' %} {% endwith %}
{% endblock %} {% block sidebar %} {% var as related_pages %} {"pages": [ {"url": "{% url "presentation-manage" %}", "title": "Presentations"} ]} {% endvar %} {{ block.super }}
Actions
{% list_viewers presentation request.get_full_path "
" %}

{% csrf_token %}

{% csrf_token %} User:
Permissions
{% permissions_display presentation %}
{% if user.is_superuser %}
Effective Permissions
{% effective_permissions_form presentation %}
{% endif %} {% endblock %}