{# Cache author data #} {% if this_user.pinned %} {% if not this_user.pinned.deleted %} {% with molt=this_user.pinned, is_pin=True %}
{% include "molt.html" %}
{% endwith %} {% endif %} {% endif %} {% for molt in molts.items %} {% with thread=true, show_replies_from=this_user.id, depth_limit=3 %} {% include "fast-molt.html" %} {% endwith %} {% else %}
This user does not have any molts 🤔
{% endfor %} {% if molts.has_next or molts.has_prev %} {% endif %}