{% if stats.searches_by_source and (stats.searches_by_source.OT > 0 or stats.searches_by_source.WF > 0 or stats.searches_by_source.Both > 0) %}
{% set max_count = [stats.searches_by_source.OT, stats.searches_by_source.WF, stats.searches_by_source.Both] | max %}
{% if stats.searches_by_source.OT > 0 %}
{{ stats.searches_by_source.OT }}
OpenThesaurus
{% endif %}
{% if stats.searches_by_source.WF > 0 %}
{{ stats.searches_by_source.WF }}
Wordfreq
{% endif %}
{% if stats.searches_by_source.Both > 0 %}
{{ stats.searches_by_source.Both }}
Beide
{% endif %}