feat: Structure list a bit more
This commit is contained in:
parent
76232b7a0f
commit
7a84b470f9
@ -1,10 +1,12 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
<div class="container-cards">
|
{% if adoption_notices %}
|
||||||
{% if adoption_notices %}
|
<div class="grid">
|
||||||
{% for adoption_notice in adoption_notices %}
|
{% for adoption_notice in adoption_notices %}
|
||||||
{% include "fellchensammlung/partials/bulma-partial-adoption-notice-minimal.html" %}
|
<div class="cell">
|
||||||
|
{% include "fellchensammlung/partials/bulma-partial-adoption-notice-minimal.html" %}
|
||||||
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% else %}
|
</div>
|
||||||
<p>{% translate "Keine Vermittlungen gefunden." %}</p>
|
{% else %}
|
||||||
{% endif %}
|
<p>{% translate "Keine Vermittlungen gefunden." %}</p>
|
||||||
</div>
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user