{% extends "base.html" %} {% block title %}Suche – Faktenkompass{% endblock %} {% block content %}

Suche

{% if claims is not None %}
{{ result_count }} Ergebnis{% if result_count != 1 %}se{% endif %} {% if query or category_slug or status %} Zurücksetzen {% endif %}
{% for claim in claims %}
{{ claim.category.name }} {{ claim.get_status_display }}
{{ claim.title }}
{% empty %}

Keine Ergebnisse.

{% endfor %}
{% endif %} {% endblock %}