{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load mastodon %} {% load user_actions %} {% load thumb %} {{ site_name }} - {{ identity.display_name }} - {% if liked %} {% trans "Liked Collections" %} {% else %} {% trans "Collections" %} {% endif %} {% include "common_libs.html" %} {% include "_header.html" %}
{{ identity.display_name }} - {% if liked %} {% trans "Liked Collections" %} {% else %} {% trans "Collections" %} {% endif %}
{% for collection in collections %}

{% if collection.latest_post %} {% include "action_like_post.html" with post=collection.latest_post %} {% include "action_boost_post.html" with post=collection.latest_post %} {% include "action_open_post.html" with post=collection.latest_post %} {% endif %}
{{ collection.title }} {% if liked %} - {{ collection.owner.display_name }} {% endif %}

{% empty %}
{% trans "nothing so far." %}
{% endfor %}
{% include "_sidebar.html" with show_profile=1 %}
{% include "_footer.html" %}