{% for like in likes.items %} {% with molt = like.molt %} {% include "molt.html" %} {% endwith %} {% else %}
This user has not liked any molts... 💔
{% endfor %} {% if likes.has_next or likes.has_prev %} {% endif %}