{% load utilstags %} {% load timestamps %} {% block "global" %} {% if icon_url %}
{% if icon_overlay_url %} {% endif %}
{% endif %} {% block "element_state %} {% endblock %} {% block "details" %} {% with details|paginate:"100" as pages %} {% for page in pages %}
{% for detail in page %} {% if detail %}
{{ detail.name }} : {% if detail.remotevalue %}
... loading ...
{% else %} {% if detail.value != None %} {% if detail.value.resource_type %} {% with detail.value as resource %} {{ resource.path }} {% endwith %} {% else %} {% with detail as dv %}
{{ dv.value|ifblank:"ⁿ̸ₐ"|url2link|safe }} {% if dv.copyable %}
  • {% endif %}
    {% endwith %} {% endif %} {% else %} {% if detail.value_list != None %}
    {% if detail.copyable_list %}
  • {% endif %} {% with detail.value_list as values %} {% for dv in values %}
    {{ dv.value|ifblank:"ⁿ̸ₐ"|url2link|safe }} {% if dv.copyable %}
  • {% endif %}
    {% if not forloop.last %} {{ detail.sep}} {% endif %} {% endfor %} {% endwith %}
    {% else %} {{ detail.value|default:"ⁿ̸ₐ" }} {% endif %} {% endif %} {% endif %}
    {% else %}
     
    {% endif %} {% endfor %}
    {% endfor %} {% endwith %} {% endblock %} {% if icon_url %}
    {% endif %} {% endblock %} {% comment %} {% if element_state %}
    {% if parent %}
    {{parent_state}}
    {{parent.name}} > {% endif %}
    {{element_state}}
    {{element.name}} {% if ignored_dn_count %}
  • {% endif %}
    {% endif %} {% endcomment %}