{# Start a new nav if there are variants #}
{% if pair_has_variant %}
{# Only display if the pair is the current one the user is looking at #}
{%- if iso_pair[0] == _from and iso_pair[1] == _to or orig_pair == iso_pair %}
{% trans %}Written variant{% endtrans %}
{% for variant in pair_options.input_variants %}
{% if variant.display_variant %}