{% extends 'base.html' %} {% load i18n sizeformat %} {% block title %}{% trans "Security Alarm Details" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Security Alarm Details: ")|add:security_alarm.id %} {% endblock page_header %} {% block main %}
{{ tab_group.render }}
{% endblock %}