{% load i18n %}

{{ bp.display_name }} {% trans "Status" %}

{% trans "Overall health status" %} {{ bp.get_human_friendly_status }}
{% if bp.notes %}

{{ bp.notes }}

{% endif %}

{% trans "More information" %}

{% if bp.get_processes %}
{% for i in bp.get_processes %}
{% if i.process_type == 'businessprocess' %} {% if static %} {{ i }} {% else %} {{ i }} {% endif %} {% else %} {{ i }} {% endif %} {{ i.get_human_friendly_status }}
{% endfor %}
{% else %} {% blocktrans with name=bp.display_name %}No subgroups in {{ name }}{% endblocktrans %} {% endif %}

{% trans "Graphs" %}