feat: show text when no adoption notices are found
This commit is contained in:
parent
619783663f
commit
d7d22c2826
@ -1,5 +1,10 @@
|
|||||||
|
{% load i18n %}
|
||||||
<div class="container-cards">
|
<div class="container-cards">
|
||||||
|
{% if adoption_notices %}
|
||||||
{% for adoption_notice in adoption_notices %}
|
{% for adoption_notice in adoption_notices %}
|
||||||
{% include "fellchensammlung/partials/partial-adoption-notice.html" %}
|
{% include "fellchensammlung/partials/partial-adoption-notice.html" %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% else %}
|
||||||
|
<p>{% translate "Keine Vermittlungen gefunden." %}</p>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user