{% extends "fellchensammlung/base_generic.html" %} {% load i18n %} {% load custom_tags %} {% block title %}{% translate "Notfellchen - Farbratten aus dem Tierschutz adoptieren" %}{% endblock %} {% block content %} {% for announcement in announcements %} {% include "fellchensammlung/partials/partial-announcement.html" %} {% endfor %} {% if introduction %}

{{ introduction.title }}

{{ introduction.content | render_markdown }} {% endif %}

{% translate "Aktuelle Vermittlungen" %}

{% include "fellchensammlung/lists/list-adoption-notices.html" %} {% translate "Mehr Vermittlungen" %}

{% translate 'Karte' %}

{% include "fellchensammlung/partials/partial-map.html" %}
{% if how_to %}

{{ how_to.title }}

{{ how_to.content | render_markdown }}
{% endif %} {% endblock %}