{% extends 'D2ExpertBundle::base.html.twig' %} {% set seo_img_path = "/uploads/customer/images/" ~ expert.customer.getBestPath %} {% if social_shares|length > 0 %} {% set built_snippets = d2_build_snippets(social_shares, route_url, expert.title, expert.orginization, seo_img_path, expert.hashTag, expert.shareTag) %} {% endif %} {% block title %} Migration:Cities Expert: {{ expert.title }} {% endblock title %} {% block head_seo %} {% set tag_list = d2_get_tag_list(expert) %} {{ built_snippets['meta_data']| raw }} {% endblock head_seo %} {% block head_script_extra %} {{ built_snippets['script']| raw }} {% endblock head_script_extra %} {% block head_style_extra %} {% endblock head_style_extra %} {% block page_header %} {% endblock page_header %} {% block content %}

{% if app.user %} {% if expert.chatStatus == 0 %} {% set pop_title = "I'm Currently Off-Line" %} {% set pop_content = "Apologies, but I can't chat now. Pls email me for a future chat time." %} {% elseif expert.chatStatus == 1 %} {% set pop_title = "I'm Currently On-Line" %} {% set pop_content = "I'm ready to chat right now!" %} {% elseif expert.chatStatus == 2 %} {% set pop_title = "I'm Currently Busy" %} {% set pop_content = "I'm currently busy with a chat. Pls try a little later to see if I'm free.." %} {% endif %} {% else %} {% set pop_title = "Chat to an Expert" %} {% set pop_content = "Please logon if you want to chat to one of our experts." %} {% endif %} {% set customer = expert.customer %}
{% if expert.customer.path %} EXPERT {% else %} EXPERT {% endif %}

{{ expert.customer.firstname }} {{ expert.customer.lastname }}

{{ expert.title }}, {{ expert.orginization }}
{{ expert.customer.country }}
{{ customer.description }}
EXPERTISE {{ expert.expertise }}
{% if expert.chatStatus == 0 %}

I AM CURRENTLY OFF LINE

{% elseif expert.chatStatus == 1 %}

I AM CURRENTLY ON LINE

{% elseif expert.chatStatus == 2 %}

I AM CURRENTLY BUSY ON ON A CHAT

{% endif %}
{% if app.user %} {% if expert.chatStatus == 1 %} Chat Now? {% else %} Email Me? {% endif %} {% else %} {% if expert.chatStatus == 1 %} Chat Now? {% else %} Email Me? {% endif %} {% endif %}
{{ built_snippets['html']| raw }}
{# COMMENTS #} {% include 'D2CommentBundle::comments.html.twig' with {'comments_name': 'Expert', 'comment_item_type': 'expert', 'comment_item_id': expert.id} %}
{# RELATED VIDEO's #} {% include 'D2CaseStudiesBundle::related.html.twig' with {'exclude_related': false} %} {# RELATED EXPERT'S #} {% include 'D2ExpertBundle::related.html.twig' with {'exclude_related': expert.id} %} {# RELATED RESOURCE's #} {% include 'D2ResourceBundle::related.html.twig' with {'exclude_related': false} %} {# RELATED COLLECTIONS #} {% include 'D2CollectionBundle::related.html.twig' with {'exclude_related': false} %} {# RELATED NEWS #} {% include 'D2NewsBundle::related.html.twig' with {'exclude_related': false} %} {#

View more Experts

View our other Experts.

Experts

#}
{% endblock content %}