{% comment %} {% load url from future %} {% endcomment %} {% load utilstags %} Details {% comment %} {% if primary_condition %}
Tries: {{primary_condition.tries}}/{{primary_condition.max_tries}}
Primary condition details: {{ primary_condition.verbstatus }}
{% endif %} {% endcomment %} {% for d in details %} {% if d.name %}
{{d.name}} {% if d.value %} {% if d.type == 'adjlist' %} {% for adj_tuple in d.value %} {% with adj_tuple.0 as resource %} {{ resource.name }} {% endwith %} > {% with adj_tuple.1 as resource %} {{ resource.name }} {% endwith %} : {% with adj_tuple.2 as resource %} {{ resource.name }} {% endwith %}
{% endfor %} {% else %} {% if d.value.resource_type %} {% with d.value as resource %} {{ resource.name }} {% endwith %} {% else %} {{ d.value }} {% endif %} {% endif %} {% else %} n/a {% endif %}
{% if d.hint %}
?
{% endif %}
{% else %} {% if d.c_group %}
{{d.c_group}}  
{% else %}
 
{% endif %} {% endif %} {% endfor %}