{% extends "base.html" %} {% block title %}View Contract - {{ employee.employee_name }}{% endblock %} {% block content %}

Employee Contract Preview - {{ employee.employee_name }}

Download DOCX Back to List
{{ html_content|safe }}
{% endblock %}