{% extends "templates/one-column.html" %} {% block title %}Ubuntu Pro for Infrastructure: maintenance{% endblock %} {% block content %}
{% if maintenance_scheduled or is_in_maintenance %}
Maintenance scheduled

From {{start_date}} to {{end_date}} (UTC) the shop will be down.
Current UTC time: {{time_now}}

{% endif %}

Status

    {% if not is_in_maintenance %}
  • Shop is up!
  • {% else %}
  • Shop is down!
  • {% endif %}
{% endblock content %}