{% extends 'layouts/base.html' %} {% load i18n static %} {% block title %}{% if presentation %}{% trans "Edit Presentation" %}{% else %}{% trans "New Presentation" %}{% endif %} — PX360{% endblock %} {% block content %}

{% if presentation %}{% trans "Edit Presentation" %}{% else %}{% trans "Create Presentation" %}{% endif %}

{% csrf_token %}
{% if presentation %}
{% endif %}
{% if presentation %}
{% endif %}
{% trans "Cancel" %}
{% endblock %}