{% extends "ui.html" %} {% block navtools %} {% endblock %} {% block content %}
{% if entity.entity_icon %}
Icon
{% if entity.entity_icon %} icon {% endif %}
{% endif %} {% if entity.descr %}
Description
{{entity.descr}}
{% endif %} {% if entity.orgurl %}
URL
{{entity.orgurl}}
{% endif %}
{% if entity.is_idp %}
{% if entity.name_id_formats %}
NameID Format(s)
{% for nif in entity.name_id_formats %}
{{nif}}
{% endfor %}
{% endif %} {% if entity.protocols %}
Protocols
{% for p in entity.protocols %}
{{p}}
{% endfor %}
{% endif %} {% if entity.scopes %}
Shibboleth scope(s)
{% for s in entity.scopes %}
{{s}}
{% endfor %}
{% endif %} {% if entity.entity_attributes %}
Entity Attributes
{% for a,v in entity.entity_attributes.items() %}
{{a}}
{% for ecv in v %} {{ecv}} {% endfor %}
{% endfor %}
{% endif %}
{% elif entity.is_sp %}
{% if entity.protocols %}
Protocols
{% for p in entity.protocols %}
{{p}}
{% endfor %}
{% endif %} {% if entity.service_name %}
Service Name
{{entity.service_name}}
{% endif %} {% if entity.service_descr %}
Service Description
{{entity.service_descr}}
{% endif %} {% if entity.requested_attributes %}
Requested Attributes
{% for a,is_r in entity.requested_attributes %}
{{a}} {% if 'urn:oid' in a %} ... {% endif %}
{% endfor %}
{% endif %} {% if entity.entity_attributes %}
Entity Attributes
{% for a,v in entity.entity_attributes.items() %}
{{a}}
{% for ecv in v %} {{ecv}} {% endfor %}
{% endfor %}
{% endif %}
{% endif %}
{% if entity.contacts %}
{% for c in entity.contacts %}
{{c.type}}{% if c.company %} at {{c.company}}{% endif %}
{% if c.mail %}{% endif %}{{c.display_name}}{% if c.mail %}{% endif %}
{% endfor %}
{% endif %}
Unable to display map or no location provided
{% endblock %}