{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans "Silence check" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Silence check") %}
{% endblock %}
{% block main %}
{% include "horizon_monitoring/events/_silence_check.html" %}
{% endblock %}