{% extends "base.html" %}
{% load i18n %}
{% block title %}Error detail{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Error detail") %}
{% endblock %}
{% block main %}
{% include "horizon_monitoring/errors/_detail.html" %}
{% endblock %}