{# vim: set shiftwidth=2 tabstop=2: #} {% extends "base.html" %} {% block main_content %}

Dashboard

Quick links: {% for pset in task_info.psets%} {{pset.id}} {% if not loop.last %} | {% endif %} {% endfor %}
{% endblock %}