{% from theme('macros/organization_name_with_certificate.html') import organization_name_with_certificate %} {% set image_src = organization.logo(32)|placeholder('organization') if producer_type == 'organization' else organization|avatar_url(32)%}
{% if producer_type == 'organization' %}
{% else %} {% endif %}
{% if producer_type == 'organization' %}

{{organization_name_with_certificate(organization, "sm", false)}}

{% if organization_type(organization) %}

{% endif %} {% else %}

{{ organization.fullname }}

{% endif %}