{% extends "@ChillMain/layout.html.twig" %} {% set thirdParty = entity %} {% set name = thirdParty.firstname is not empty ? thirdParty.firstname ~ ' ' ~ thirdParty.name : thirdParty.name %} {% set title_ = 'Show third party %name%'|trans({'%name%' : name }) %} {% block title title_ %} {% block content %}
{{ 'thirdparty.no_categories'|trans }}
{% endif %}{{ thirdParty.comment|chill_markdown_to_html }}{% else %} {{ 'Any comment'|trans }} {% endif %}
{{ 'No contacts associated'|trans }}
{% else %}