crm_core-8.x-3.x-dev/modules/crm_core_contact/templates/crm-core-organization.html.twig
modules/crm_core_contact/templates/crm-core-organization.html.twig
{#
/**
* @file
* Default theme implementation to display CRM Core Organization data.
*
* Available variables:
* - crm_core_organization: The CRM Core Organization entity with limited access to
* object properties and methods.
* - content: A list of organization fields. Use 'content' to print all fields, or
* print a subset such as 'content.field_example'.
* - view_mode: View mode; for example, "teaser" or "full".
* - attributes: HTML attributes for the containing element.
*
* @see template_preprocess_crm_core_organization()
*
* @ingroup themeable
*/
#}
<article{{ attributes }}>
{% if content %}
{{- content -}}
{% endif %}
</article>
