{# TODO: link that includes lookup, need to allow GET requests with ?lookup param #} {%- macro check_result_count(f, t) %} {% if language_pairs_other_results %} {% set entry_count = language_pairs_other_results.get((f, t)) %} {% if entry_count > 0 -%} {{ entry_count }} {%- endif %} {% endif %} {% endmacro -%} {% trans %}Written variant{% endtrans %} {# vim: set ts=4 sw=4 tw=0 syntax=htmljinja : #}