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