{% extends "master.html" %} {% block title %} {{ super() }} {% endblock %} {%block tag %}collections{% endblock %} {% if is_admin %} {% set options = True %} {%block options %} {% endblock %} {% endif %} {% block content %}

Search collections

{% if total_page and total_page > 1 %}
{% if page > 1%} < Previous {% else %} < Previous {% endif %} {{ page }} / {{ total_page }} {% if page < total_page %} Next > {% else %} Next > {% endif %}
{% endif %} {% for collection in collections %} {% endfor %}
Branch name Name Release Status
{{ collection. branchname }} {{ collection.name }} {{ collection.version }} {{ collection.status }}
{% endblock %}