{% extends "base.html" %} {% load i18n %} {% block content %} {% include 'promgen/breadcrumb.html' with project=project only %} {% if project.notifiers.count == 0 and project.service.notifiers.count == 0 %} {% endif %} {% if project.description %}
{{project.description|linebreaksbr|urlize}}
{% endif %} {% include "promgen/project_detail_configuration.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 %}