cms_content_sync_show_usage.html.twig in CMS Content Sync 2.0.x
Same filename and directory in other branches
Template file for the show usage modal.
1 theme call to cms_content_sync_show_usage.html.twig
- ShowUsage::content in src/
Controller/ ShowUsage.php
File
templates/cms_content_sync_show_usage.html.twigView source
- {#
- /**
- * @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 %}