{% extends "::base.html.twig" %} {% block title 'Expert CV Details' %} {% block submenu %} {% if app.session.get('mode', '') == 'staff' %} {{ include('AlsuiteBackendBundle:BreadCrumbs:experts.html.twig') }} {% endif %} {% endblock %} {% block content %}
{{ expert.getTitleLabel() ~ ' ' ~ expert.firstname ~ ' ' ~ expert.lastname }} |
E-Mail: {{ expert.email }} |
Mobile: {{ expert.phone }} |
{{ expert.getCountryName() }} |
{{ expert.street ~ ', ' ~ expert.streetNumber }} |
{% if expert.zip is not null %}{{ expert.zip ~ ', ' }}{% endif %}{{ expert.city }} |
{{ expert.address }} |
Skype: {{ expert.skype }} |
Fax: {{ expert.fax }} |
Nationality: {{ expert.getNationalityName }} |
Date of Birth: {% if expert.dateOfBirth is not null %}{{ expert.dateOfBirth|date('d.m.Y') }}{% endif %} |
Civil Status: {{ expert.getCivilStatusLabel() }} |
Website: {% if expert.website is not null %} Visit Website {% endif %} |
Other Info: {{ expert.notes }} |
Type | Project | Subject | Last Contact | Last Update | Project Status |
---|---|---|---|---|---|
{{ com.getTypeLabel() }} | {% if project is not null %} {{ project.name }} {% else %} Not Assigned {% endif %} | {{ com.subject }} | {{ com.getLastContactBy() }} | {{ com.getLastContactOn()|date(date_format) }} | {% if project is not null %} {{ project.getModeLabel() }} {% endif %} |
There are currently no messages or notes. |
{{ project.getModeLabel() }} |
{{ message.subject }}Project: {{ project.name }}, {{ project.getCountryName() }}({{ message.counter ~ ' messages' }}) |
{% else %}
{{ message.subject }}({{ message.counter ~ ' messages' }}) |
{% endif %}
{{ message.addedOn|date(date_format) }} {{ message.getTypeLabel() }} |
Author: {{ message.addedBy.getFullname() }} {{ message.details|raw }} |
Write a Reply | |
{{ child.addedOn|date(date_format) }} {{ child.getTypeLabel() }} |
From:
{% if child.addedBy is null %}
{{ child.sender }}
{% else %}
{{ child.addedBy.fullname }}
{% endif %} Sent: {{ child.addedOn|date('d-M Y H:i:s') }} {{ child.details|raw }} {% for doc in child.attachments %} {% set filepath = app.request.schemeAndHttpHost ~ '/uploads/' ~ doc.path %} {{ doc.name }} {% endfor %} |
{{ message.addedOn|date(date_format) }} {{ message.getTypeLabel() }} |
From: {{ message.addedBy.fullname }} Sent: {{ message.addedOn|date('d-M Y H:i:s') }} {{ message.details|raw }} {% for doc in message.attachments %} {% set filepath = app.request.schemeAndHttpHost ~ '/uploads/' ~ doc.path %} {{ doc.name }} {% endfor %} |
Comments
({{ comments|length ~ ' comments' }}){% if comment.project is not null %} Project: {{ comment.project.name }}
{% endif %}
{{ comment.comment|raw }} {% if comment.isCommentCreator(app.user) %} Edit Delete {% endif %}