{% load bob %} {% load icons %}
{{ label }}
{% if relations %} {% if editable %} {% endif %} {% else %} No relations. {% endif %} {% for rel in relations %} {% if editable %} {% endif %} {% endfor %}
CI UID CI Name CI Type EditableOperations
{% if editable and not rel.0.readonly %} {{ rel.1.uid}} {% else %} {{ rel.1.uid}} {% endif %} {% if editable and not rel.0.readonly %} {{ rel.1.name}} {% else %} {{ rel.1.name}} {% endif %} {{ rel.1.type }} {% if rel.0.readonly %} {% icon 'fugue-ui-check-box-uncheck' %} {% else %} {% icon 'fugue-ui-check-box' %} {% endif %} {% if rel.0.readonly %} - {% else %} Edit Remove {% endif %}