{% extends 'base.html.twig' %} {% block title %}{% endblock %} {% block body %}

Sign Member Document

{{ doc.document.title }}

{{ doc.document.updated|date('M j, Y h:i:s a', company_timezone) }}

{{ doc.document.renderHtml()| replace({'{{ doc.client.email }}': doc.client.email})| replace({'{{ doc.client.phone }}': doc.client.phone})| raw }}
{% if doc.document.inExtras(enum('App\\Enums\\DocumentExtras').CLIENT_NAME) %} {% endif %} {% if doc.document.inExtras(enum('App\\Enums\\DocumentExtras').CLIENT_SIGNATURE) %}
{% endif %}
{% if doc.document.inExtras(enum('App\\Enums\\DocumentExtras').PROVIDER_SIGNATURE) %}
{% if doc.document.inExtras(enum('App\\Enums\\DocumentExtras').PROVIDER_NAME) %} {% endif %}
{% endif %}
{% endblock %} {% block page_js %} {% endblock %} {% block page_css %} {% endblock %}