{% extends 'quotes/base.html' %} {% load custom_tags_and_filters %} {% block title %}Create Quote{% endblock %} {% block content %}

Create New Quote

{% csrf_token %}
{% if form.name.errors %}
{{ form.name.errors }}
{% endif %}
{% if configurations|length == 1 %} {% else %}
{% if configuration_error %}
{{ configuration_error }}
{% endif %}
{% endif %}
Cancel
{% endblock %}