{% extends "base.html" %} {% load i18n %} {% load promgen %} {% block title %} Promgen / Project / {{ project.name }} {% endblock %} {% block content %} {% breadcrumb project %} {% if project.notifiers.count == 0 and project.service.notifiers.count == 0 %} {% endif %} {% include "promgen/project_detail_configuration.html" %}
Alerts
{% include 'promgen/alert_row.html' %}
Silences
{% include 'promgen/silence_row.html' %}
{% include "promgen/project_detail_exporters.html" %} {% include "promgen/project_detail_hosts.html" %}
{% include "promgen/project_detail_urls.html" %} {% include "promgen/project_detail_notifiers.html" %}
{% include "promgen/project_detail_rules.html" %} {% endblock %}