Add CRM Record

CRM Records

{% for record in candidate.crmRecords %} {% if record.toReport is defined %} {% if record.toReport == 1 %}
ID: {{ record.id }}
Assignment Title: {{ record.assignment }}
Last Updated by: {{ record.lastUser }}
Contacted Date: {{ record.contactDate|date("d/m/Y") }}
Client Notes:
{{ record.clientNotes | raw }}
Internal Notes: {{ record.internalNotes }}
Call Notes: {{ record.callnotes }}
Client Feedback {{ record.clientfeedback }}
Candidate Feedback {{ record.candidatefeedback }}
EWS Id {{ record.ewsid }}
Tier {{ record.tier }}
Result {% if record.result %} {{ record.result }} {% endif %}
{% endif %} {% endif %} {% endfor %}