{% extends "appointments/base.html" %} {% block extrahead %} {% load bootstrap3 %} {% load widget_tweaks %} {% endblock %} {% block content %}

Appointment Letter

Please review and submit the offer letter below.

Letters must be submitted online. After submission, you will be able to save a copy of the letter as submitted.

{% csrf_token %}
{{ form.signature.label_tag }} {% render_field form.signature class+="form-control" %} {{ form.signature.errors }}
{% for radio in form.accept %}
{{ radio }}
{% endfor %}
{% if appointment.status == 'ACCEPTED' or appointment.status == 'DECLINED' %}

This letter has already been submitted. You are now submiting changes.

{% else %} {% endif %}
{% endblock %}