{% macro render_draft_mode_warning(event, can_publish=true) %}
{% trans %}Contributions are in draft mode{% endtrans %}
{% trans %} While in draft mode, regular users cannot see the contributions and timetable. {% endtrans %}
{% if can_publish %} {% endif %}
{% endmacro %}