{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{{ checklist_item.text_en }} - {% trans "Sign Acknowledgement" %}{% endblock %} {% block content %}
{% trans "Back to Dashboard" %}
{{ checklist_item.category.name_en }} {% if checklist_item.is_required %} {% trans "Required" %} {% endif %}

{{ checklist_item.text_en }}

{% if checklist_item.description_en %}

{% trans "Important Information" %}

{{ checklist_item.description_en }}

{% endif %}

{% trans "Acknowledgement Statement" %}

{{ checklist_item.text_en }}

{% csrf_token %}

{% trans "By typing your name above, you acknowledge that you have read and understood this statement." %}

{% trans "Legal Notice" %}

{% trans "This acknowledgement is legally binding. A PDF copy will be generated and stored in your records." %}

{% trans "Cancel" %}
{% endblock %}