{% extends "base.html" %} {% block css %} textarea { width:100%; height:70px; } input[type=text] { width:300px; } {% endblock %} {% block content %}

Contract for {{ company }}


Please review the contract here.
After checking "I Agree" and hitting next, the contract will be electronically signed. You will be able to print the final version on the next screen. If you need to make changes, you may hit "back", start again, or contact {{ contact_info }}

{{ form.as_p }}
{% endblock %}