{% extends 'cfp/staff/base.html' %} {% load i18n crispy_forms_tags %} {% block talkstab %} class="active"{% endblock %} {% block content %}

{% if talk %} {% trans "Edit a talk" %} {% url 'talk-details' talk.token as cancel_url %} {% else %} {% trans "Add a talk" %} {% url 'participant-details' participant.token as cancel_url %} {% endif %}

{% include '_form.html' with multipart=True %} {% endblock %}