{% extends "goflow/base_site.html" %} {% block content %}

Work requested by {{user.username}}

{% for inst in instances %} {% endfor %}
RequestedTitleStatus
{{inst.creation_time}} {{inst.title}} {{inst.get_status_display}}

To frontpage

{% endblock %}