{% load pwurl %} {% block title %}Patchwork{% endblock %} - Patchwork {% block headers %}{% endblock %}

Patchworkβ {% block heading %}{% endblock %}

{% if user.is_authenticated %} Logged in as {{ user.username }}
profile :: todo ({{ user.get_profile.n_todo_patches }})
logout :: about {% else %} login
register
about {% endif %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% block body %} {% endblock %}