{% extends 'users/profile.html'|pjax:request %} {% load i18n %} {% block page_title %}{{ block.super }} | {% trans "Wishlist" %}{% endblock %} {% block profile_content %}
{% for wishlisted_volume in user.wishlisted_volumes.all %}
{% include "manga/series/includes/volume.html" with volume=wishlisted_volume.volume user=user %}
{% if forloop.counter|divisibleby:4 %}
{% endif %} {% endfor %}
{% endblock %}