{% extends 'base.html' %} {% block content %}

Links

{{ links | length }} links found in context {{ session['context_uuid'] }}
{% if links %} {% for link in links %} {% endfor %} {% else %} {% endif %}
UUID Name Type Endpoints
{{ link.link_id.link_uuid.uuid }} {{ link.name }} {{ lte.Name(link.link_type).replace('LINKTYPE_', '') }}
No links found
{% endblock %}