{% load base_taglib %} {%if 'downtime_messages'|feature:True%}{%downtime_messages%}{%endif%} {%if next_downtime%} {%if active_downtime%}
{%fa fa-exclamation-triangle%} This site currently undergoing scheduled maintenance. You may experience errors, and any changes you make may be lost. We recommend you check back later.
{%else%}
{%fa fa-clock-o%} This site will be going offline in {{next_downtime.minutes_until_start}} minutes.
{{next_downtime.reason}}
{%endif%} {%endif%}