{% extends "layout.html" %} {% block head_declarations %} {{ super() }} {% endblock %} {% block content %}

Select a Project

{% for project in projects %} {{ project }} {% endfor %}
{% if current_user.is_admin %}
{% endif %}
{% endblock %}