{% load static %} {% 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 errors %}

The following error{{ errors|length|pluralize:" was,s were" }} encountered:

{% endif %}
{% endspaceless %}
{% block body %} {% endblock %}