{% extends "base.html" %} {% load ch_extras %} {% block title %}Select a UI for Slice {{ slice.name }}{% endblock title %} {% block content %}

Select a User Interface Plugin to Manage Resources in Slice {{ slice.name }}

{% if plugins %}
{% for ui in plugins %} {% endfor %}
Name Description Actions
{{ ui.0 }} {{ ui.1 }} Open
{% else %}

There are no UI plugins installed in Expedient. Please let us know of this problem.

{% endif %}
Go back.
{% endblock content %}