diff --git a/templates/typ-profile.html.twig b/templates/typ-profile.html.twig --- a/templates/typ-profile.html.twig +++ b/templates/typ-profile.html.twig @@ -1,252 +1,252 @@ {% set base_images = 'http://media.yellowpages.co.th/yellowpages'%}

{{ profile.custname|raw }}

หมวดหมู่ : {{ profile.headingname|raw }}
ไม่สามารถคะแนนได้

{% trans %} Address {% endtrans %} [ {% trans %}View map{% endtrans %}{{ profile.custname|raw }} ]
{{ [profile.addr,profile.soi,profile.road,profile.subdistrictname, profile.districtname,profile.cityname,profile.postcode]|join(' ') }}

{% if not profile.telno %}{% else %}{% trans %} Tel {% endtrans %}
{% endif %} {% if not profile.fax %}{% else %}{% trans %} Fax {% endtrans %}
{% endif %} {% if not profile.email %}{% else %}{% trans %} Email {% endtrans %}
{% endif %} {% if not profile.website %}{% else %}{% trans %} Website {% endtrans %}
{% endif %} {% if not profile.workinghours %}{% else %}{% trans %} Work-Time {% endtrans %}{% endif %}
{% if not profile.telno %} {% else %} {% if type == 'FL' %} {{ profile.telno.0 }}
{% else %} {% for key, tel in profile.telno %} {% if loop.last != key+1 %}{{ tel }}{{ " ," }} {% else %}{{ tel }}{% endif %} {% endfor %}
{% endif %} {% endif %} {% if not profile.fax %} {% else %} {% if type == 'FL' %} {{ profile.telno.0 }}
{% else %} {% for key, tel in profile.telno %} {% if loop.last != key+1 %}{{ tel }}{{ " ," }} {% else %}{{ tel }}{% endif %} {% endfor %}
{% endif %} {% endif %} {% if not profile.email %} {% else %} {% if type == 'FL' %} {{ profile.email }}
{% else %} {{ profile.email }}
{% endif %} {% endif %} {% if not profile.website %} {% else %} {{ profile.website }}
{% endif %} {% if not profile.workinghours %} {% else %} {{ profile.workinghours }}
{% endif %}
{% if not prodescription %} {% else %}
{% trans %} Product And Service {% endtrans %}

{{ prodescription|raw }}
{% endif %} {% if not profile.brandname %} {% else %}
{% trans %} Branner {% endtrans %} : {{ profile.brandname|replace({"

":" ","

":" "}) }} {% endif %}


{# TAB #} {% if type == 'FL' %}{% else %}
{% if not profile.picturet1 %} {% else %} {% endif %} {% if not profile.location.lat %}{% else %} {% endif %} - {{ dump(profile) }} + {% if not profile.printadst %}{% else %} -
{% endif %} {#


#} {#{% if not profile.custname %}#} {#{% else %}#} {#{{ profile.custname|raw }} : แสดงความคิดเห็น#} {#{% endif %}#} {#

#} {# TAB #} {#
#} {##} {#
#} {##} {##} {#{##}#} {#
#} {#
#} {# END TAB #}