{% extends "default.html" %} {% block pagetitle %}Volunteer{% endblock %} {% block content %} {% if duty == None %}

There's nothing to do right now!

Thanks for trying, though - if you clicked the banner, we probably ran out of things to do just as you clicked it. Head back to the main site!

{% else %}
{% from duty.embed_template() import display with context %} {{ display(duty) }}
{% endif %} {% endblock %}