{% extends "cfp/event/base.html" %} {% load bootstrap4 %} {% load compress %} {% load filesize %} {% load formset_tags %} {% load i18n %} {% load rules %} {% load static %} {% block title %}{% translate "Your proposal" %} :: {% endblock %} {% block cfp_header %} {% compress js %} {% endcompress %} {# do not compress #} {% endblock %} {% block content %} {% has_perm 'cfp.add_speakers' request.user submission as can_invite_speakers %}
{% if submission.state != "draft" %} {% translate "Current state of your proposal:" %} {% include "cfp/event/fragment_state.html" with state=submission.user_state %} {% else %}