{% load index %}
{% if object.has_alert %} {% elif object.has_warning %} {% else %} {% endif %}
{{object.display_name}}
{% for value in object.additional_values %} > {{value}} {% endfor %}
{% for alert in object.alerts %}
{{alert}}
{% endfor %} {% for warning in object.warnings %}
{{warning}}
{% endfor %}