{# @copyright Copyright (C) 2010-2024 Combodo SARL #} {# @license http://opensource.org/licenses/AGPL-3.0 #} {% if Infos.picture %}
{% else %}
{% endif %}
{{ title }}
{% if edit_link %}
{% UIToolbar ForButton {} %} {% UIButton IconLink {sIconClasses:'fas fa-pen', sTooltipText:'UI:Links:ActionRow:Edit'|dict_s , sURL:edit_link, sTarget:'_blank', sId:'value'} %} {% EndUIToolbar %}
{% endif %}
{% for label, value in Infos %} {% if 'picture' != label %} {% UIField Small {sLabel: label, sValueHtml:value} %} {% EndUIField %} {% endif %} {% endfor %}