{{ 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 %}