{# Left content, 50% width #}
{% block left-content %} {% endblock %}
{# Middle content, 25% width #}
{% block middle-content %} {{ alert.alert_type.description }} {% if alert.acknowledgement %}

Acknowledged by {{ acknowledgement.account.name }} ({{ acknowledgement.date }}) {% if acknowledgement.comment %} {{ acknowledgement.comment_html }} {% endif %}

{% endif %} {% if netbox.is_on_maintenance %}

{{ netbox }} is on maintenance

{% endif %} {% endblock %}
{# Right content, 25% width #}
{% block right-content %} {% endblock %}