{% 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

Delete Addresses

Permenantly delete all inforamtion associated with an address.

Delete Addresses
{% endif %}
{% endblock %}