{% extends 'cccontact/base.html' %} {% block title %}Contact Us {% endblock %} {% block breadcrumbs %} Contact Us {% endblock %} {% block content %}
{% csrf_token %} {% with field=form.name %}
{{field}}
{% endwith %} {% with field=form.email %}
{{field}}
{% endwith %} {% with field=form.subject %}
{{field}}
{% endwith %} {% with field=form.phone %}
{{field}}
{% endwith %} {% with field=form.m %}
{{field}}
{% endwith %} {% with field=form.message %}
{{field}}
{% endwith %}
{% endblock %} {% block extra_js %} {% endblock %}