cms_content_sync-3.0.x-dev/templates/cms_content_sync_show_usage.html.twig
templates/cms_content_sync_show_usage.html.twig
{#
/**
* @file
* Template file for the show usage modal.
*/
#}
{% if usage == '' %}
{{ 'The entity is not used yet on other sites.'|trans }}
{% else %}
<h2>
{{ 'The entity is used on the following sites:'|trans }}
</h2>
{{ usage|raw }}
{% endif %}
