{{ example }}
{% if license %}
{% if example_source == "leipzig" %}
Source: Leipzig Corpora Collection ({{ license }})
{% else %}
Source: Tatoeba ({{ license }}) by {{ author }}
{% endif %}
{% endif %}
{% if cached_sentences and cached_sentences | length > 1 %}
{% if license %}— {% endif %}{{ cached_sentences | length }} alternatives saved — open Edit to choose
{% endif %}