{% 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!" %}