{% if neworcopy ==0 %} {% set addNew = path('new_workspace_crm', {'assignmentId':assignment.id, 'candidateId':candidate.id}) %} {% else %} {% set addNew = path('workspace_crm_copy', {'assignmentId':assignment.id, 'candidateId':candidate.id, 'id':idlastcontact}) %} {% endif %}

{{ title }} Add New Approach

{#
{{ knp_pagination_render(results) }}
#} {% set break = 0 %} {% for record in results %} {% if loop.first %} {% endif %} {% endfor %} {# Commented out AngularJS code {% verbatim %} ... {% endverbatim %} #}
Action Date Updated Call Notes Internal Notes Result Interested Progress Not interested Reason To Report Last Updated by Actions
{{ record.action }} {% if record.lastDatetime is not null %} {{ record.lastDatetime|date("d/m/Y") }} {% endif %}
{{ record.clientNotes | raw }}
{{ record.internalNotes }} {% if record.result %} {{ record.result }} {% endif %} {% if record.interestedProgress %} {{ record.interestedProgress }} {% endif %} {% if record.notInterestedReason %} {{ record.notInterestedReason }}{% endif %}{% if record.notInterestedReason == "Other reason" %}: {{ record.otherNotInterestedReason }} {% endif %} {{ record.toReport ? "Yes" : "No" }} {{ record.contactedBy }}