{% extends "fellchensammlung/base_bulma.html" %} {% load i18n %} {% block title %}{% translate "Suche" %}{% endblock %} {% block content %} {% get_current_language as LANGUAGE_CODE_CURRENT %}
{% include "fellchensammlung/partials/bulma-partial-map.html" %}
{% csrf_token %} {{ search_form }}
    {% if searched %} {% if subscribed_search %} {% else %} {% endif %} {% endif %}
    {% if place_not_found %}

    {% trans 'Ort nicht gefunden' %}

    {% endif %}
    {% include "fellchensammlung/lists/bulma-list-adoption-notices.html" %}
    {% endblock %}