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