{% extends "base_2col.html" %} {% block title %}Contact the authors of a package.{% endblock %} {% block billboard %}Contact the authors of a package.{% endblock %} {% block sectionid %}contact{% endblock %} {% block content %} {% if form.errors %}

Please correct the errors below:

{% endif %}
{% for field in form %}
{{ field.errors }}{{ field.label_tag }}
{{ field }}
{% endfor %} {% endblock %}