{% extends "base.html" %}
{% load ttags %}
{% block extrahead %}
{% include "pws/pwform-flat.head" %}
{% include "pws/pwlist.head" %}
{% include "pws/main.head" %}
{% endblock %}
{% block content %}
{% include "controls.html" %}
{% include_pwform %}
{% include_pwlist %}
{% endblock %}