{% extends "base.html" %} {% load navigation_tags %} {% block content %}

Configuration List

{% if confs %}
{% include "dojo/paging_snippet.html" with page=confs page_size=True %}
{% for conf in confs %} {% endfor %}
Name URL Username
{{ conf.configuration_name }} {{ conf.url }} {{ conf.username }} Delete
{% include "dojo/paging_snippet.html" with page=confs page_size=True %}
{% else %}

No configurations found.

{% endif %}
{% endblock %} {% block postscript %} {% include "dojo/filter_js_snippet.html" %} {% endblock %}