{% import 'macros.html' as macros with context %} {# block float_right %} {%- if result.analyses %}
{{ result.input }} {% trans %}is a possible form of ... {% endtrans %}
{% for grouper, forms in result.analyses|groupby(0) %}
{{ grouper }}
    {% for lemma, pos, tag in forms %}
  • {{ tag|tagfilter(_from, _to) }}
  • {% endfor %}
{% endfor %}
{%- endif -%} {% endblock #} {% if current_pair_settings.asynchronous_paradigms %}
{% else %}
{% endif %} {% for tpl in entry_templates %} {{ tpl|safe }} {% endfor %} {% if current_pair_settings.asynchronous_paradigms %}
{% else %}
{% endif %}