{% load i18n static ui %} {% for association in associations %}
{% include 'ui/associations/partials/association_card.html' with association=association %}
{% empty %} {% if not HTMX %}

¯\_(ツ)_/¯

{% if params.before is None %}

{% translate "It's empty. Too empty..." %}

{% if params.mode == 'DEFAULT' %}

{% translate 'Save a link' %}

{% endif %} {% else %}

{% translate "You've reached the end of the line." %}

{% endif %}
{% endif %} {% endfor %}