{% extends 'common/master.html' %} {% block body %}

Download a quote

Download a quote from {{ company }}. Have it sent right to your inbox.

Download a quote
{% if user.is_authenticated %}

Upload quotes

Upload quotes for {{ company }}.

Upload

View Download Attempts

View all download attempts, what IP the request originated from, what quote was requested, if the email was sent correctly and more!

View Downloads
{% endif %}
{% if user.is_authenticated %}

Logout

Logout {% else %}

Login

Login {% endif %}
{% endblock %}