{% comment %} {% load url from future %} {% endcomment %}
{{state}}   {{element.path}}
{% for d in details %} {% if d %} {% else %} {% endif %} {% endfor %}
{{d.name}} {% if d.value != None %} {% if d.value.resource_type %} {% with d.value as resource %} {{ resource.name }} {% endwith %} {% else %} {{ d.value }} {% endif %} {% else %} n/a {% endif %}