Credit Application

```html

Company Information

Business Structure

Primary Contact for Credit Inquiries

Secondary Contact (Optional)

Bank Reference

Trade References

Company Name 1

{% form 'contact' %} {% if form.posted_successfully? %}

Thank you for submitting your application!

{% endif %} {% if form.errors %}

Please fix the following errors:

    {% for field in form.errors %}
  • {{ field }}: {{ form.errors[field][0] }}
  • {% endfor %}
{% endif %} {% endform %}