You are here

cms_content_sync_show_usage.html.twig in CMS Content Sync 8

Template file for the show usage modal.

File

templates/cms_content_sync_show_usage.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Template file for the show usage modal.
  5. */
  6. #}
  7. {% if usage == '' %}
  8. {{ 'The entity is not used yet on other sites.'|trans }}
  9. {% else %}
  10. <h2>
  11. {{ 'The entity is used on the following sites:'|trans }}
  12. </h2>
  13. {{ usage|raw }}
  14. {% endif %}