{% load helpers %} {% load rulecheck_link_to_ci %}

{{ status.summary }} (at {{ status.last_changed_at|date:"M d Y H:i:s" }})

(Details) {{ status.status_text }}

{{ status.description }}

{% if status.rule_checks %}
    {% for rule_check in status.rule_checks|sorted_by_rule_name %}
  • {{ rule_check.rule.rule_type_text }} {{ rule_check.rule.name }} #{{ rule_check.build_number }} check status:

    {{ rule_check.status_text }}{% if rule_check.running %} ({{rule_check.running}} in progress){%endif%}
  • {% endfor %}
{% else %}
No rules were checked..
{% endif %}
  • Assigned manually: {{ status.is_manual }}
  • Updated by: {{ status.author_username }}