{% extends "orga/base.html" %} {% load i18n %} {% block content %}

{% if request.event.is_public %}{% translate "Deactivate event" %}{% else %}{% translate "Go live" %}{% endif %}

{% if request.event.is_public %} {% blocktranslate trimmed %} Your event is currently live and publicly visible. If you take it down, it will only be visible to you and your team. {% endblocktranslate %} {% else %} {% blocktranslate trimmed %} Your event is currently only visible to you and your team. By going live, it will be publicly visible. {% endblocktranslate %} {% if warnings %}

{% translate "Your event may not be ready for release yet!" %}

{% endif %} {% if suggestions %}

{% translate "There may be easy ways to improve your event before its release!" %}

{% endif %} {% endif %}

{% csrf_token %} {% if request.event.is_public %} {% else %} {% endif %}
{% endblock %}