{% extends 'base.html' %} {% block extra_js %} {{ entry_template_header_includes|safe }} {% endblock %} {% block footer_js %} {% endblock %} {% block search_li %} {% endblock %} {% block search_li_form %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_nav %} {# Dictionaries #}
  • {% trans %}Browse{% endtrans %}
  • {% include 'mobile_nav_dictionary_list.html' %} {% endblock %} {% block bodyclass %}browse_page{% endblock %} {%- set keyboard = false %} {% if current_variant_options %} {% set keyboard = current_variant_options.onscreen_keyboard %} {% endif -%} {% block content %}
    {# TODO: hide menu when inactive #}
    • {% for letter in letters %} {% if letter.has_entries and letter.page %} {% set li_class = 'has_entries' %} {% set link = "?page=%d" % letter.page %} {% else %} {% set li_class = 'no_entries' %} {% set link = "#" %} {% endif %}
    • {{ letter.letter }}
    • {% endfor %}
      {% for w in words %}
    • {{ w }}
    • {% endfor %}

    {{ _from|iso_to_i18n }} → {{ _to|iso_to_i18n }}

    {# figure out if there's a variant, and if the reverse has variants, because if mobile, we want to force mobile variant in swap #} {# TODO: deep link needs to go to specific lexeme when it comes from the front page #} {% if successful_entry_exists %}
    {% for tpl in entry_templates %} {{ tpl|safe }} {% endfor %}
    {% else %} {% if no_more %}

    {% trans %}Congratulations! You have read the whole dictionary.{% endtrans %}

    {% endif %} {% endif %} {% if show_info %} {{ search_info_template|safe }} {% endif %}
    {# #}
    {% endblock %}