{% if timezone_warning %}
{% call alert.warning(class="mb-2") %}
{{ _(
"Your timezone is configured to %(user_timezone)s, conference timezone is %(conf_timezone)s, showing times in your timezone",
user_timezone=current_timezone,
conf_timezone=conference_timezone
) }}
{% endcall %}
{% endif %}