{% block title %}Patchwork{% endblock %} - Patchwork
{% block headers %}{% endblock %}
{% comment %}
spaceless tag is used to remove automatically added whitespace so that the container
is truly considered empty by the `:empty` pseudo-class that is used for styling
{% endcomment %}{% spaceless %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% if errors %}
The following error{{ errors|length|pluralize:" was,s were" }} encountered: