{% if request.event.is_public %}{% trans "Deactivate event" %}{% else %}{% trans "Go live" %}{% endif %}
{% if request.event.is_public %}
{% blocktrans trimmed %}
Your event is currently live and publicly visible.
If you take it down, it will only be visible to you and your team.
{% endblocktrans %}
{% else %}
{% blocktrans trimmed %}
Your event is currently only visible to your and your team.
By going live, it will be publicly visible.
{% endblocktrans %}
{% if warnings %}
{% trans "Your event may not be ready for release yet!" %}