{% extends 'index.html' %} {% block title %}Catalogs{% endblock %} {% block header %} {% include "page-header.html" %} {% endblock %} {% block content %}

Catalog

{% include "clustertemplates/topmenu.html" %}
{% if clustertemplates and clustertemplates.length %} {% for entry in clustertemplates %} {% endfor %}
Name Description
{{ entry.name }} {{ entry.description }}
{% else %}

You haven't configured any cluster templates.

{% endif %}
{% endblock %}