{# This template is also rendered with each entry (i.e., `rendered_templates`), and has access to all of the main entry-specific template values. Since the goal is definitions, `lexicon_entry` is relevant. Filtering by target languag ehas to happen here, so be sure to use the `xml_lang` filter if overriding. #} {% import 'lexicon.macros' as macros with context %} {% for meaning_group in lexicon_entry|xpath('./mg') %} {% set translation_groups = meaning_group|xpath('./tg')|xml_lang(_to) %} {% if translation_groups|count > 0 %}