{% if signature %}

Electronic Signature

{% if accept %}

I accept the position of {{ appointment_type }} in the Computer Sciences Department.

{% else %}

I decline the position of {{ appointment_type }} in the Computer Sciences Department.

{% endif %}
Signed:
{{ signature }}

Employee: {{ signature }}
Date: {{ timestamp | date:'F j, Y'}}

E-signature submitted: {{ timestamp | date:"c"}} {{ip_address}} {{ netid }}
{% endif %}