{% comment %} {% load url from future %} {% endcomment %} {% load utilstags %} Details {% comment %} {% if primary_condition %}
|
{% if d.value %}
{% if d.type == 'adjlist' %}
{% for adj_tuple in d.value %}
{% with adj_tuple.0 as resource %}
{% 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 %}
|
|