{% extends "base.html" %} {% load ch_extras %} {% block title %}Aggregates for Project {{ project.name }}{% endblock title %} {% block content %}

Add an Aggregate for Project {{ project.name }}

{% if aggregate_list.count %} {% with "project/agg_add_actions.html" as action_template %} {% include "aggregate/list_table.html" %} {% endwith %} {% else %} Either this project has all aggregates or there are no aggregates installed at this Expedient. Sorry, no aggregates to add. {% endif %}
{% endblock content %}