{% 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' %} {{organization_name_with_certificate(organization)}} {% else %} {{ organization.fullname }} {% endif %}