{{ results_count }} {% trans "result" %}{{ results_count|pluralize }}
{{ result.snippet|safe }}…
{% if result.domain %}{{ result.domain }}{% endif %}{% if result.type %}{% if result.domain %} · {% endif %}{{ result.type }}{% endif %}{% if result.language %}{% if result.domain or result.type %} · {% endif %}{{ result.language }}{% endif %}{% if result.last_modified %}{% if result.domain or result.type or result.language %} · {% endif %}{{ result.last_modified|date:"SHORT_DATETIME_FORMAT" }}{% endif %}
{% for t in result.tags %}{{ t }}{% if not forloop.last %}, {% endif %}{% endfor %}