{% extends "shop/base.html" %} {% load i18n %} {% block navbar %}
  • {% trans "Home" %}
  • {% trans "Contact Us" %}
  • {% endblock %} {% block content %}

    {% trans "Contact Information" %}

    {% if form.errors %}

    {% blocktrans count form.errors|length as count %}Please correct the following error:{% plural %}Please correct the following errors:{% endblocktrans %}

    {% endif %} {{ form.as_table }}
    {% endblock %}