{# This is solely for rendering the search variants for any given pair, and
this template is included within the nav
, which means that in order
to create the variant list, that unordered list must be closed and a new one
opened.
#}
{% if pair_options.search_variants %}
{# TODO: current variant 'active' class #}
{# 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 %}Search type{% endtrans %}