{% extends "base.html" %} {% block contents %}

RunConfigurations

{% for config in runconfigs %}
{% if config == current_runconfig %} Active: {%endif%} '{{config.name }}' {% if config.is_special %} (Special) {%endif%}
{% endfor %}

FileGroups

{% endblock %}