{% extends "base.html" %} {% block title %}Contact Us{% endblock title %} {% block content %}
{% if form.errors %}

Please correct the error{{ form.errors|pluralize }} below.

{% endif %}
{% csrf_token %} {{ form.as_table }}

To use rowsandall, you need to register and agree with the Terms of Service.

Registration is free.

{% endblock content %}