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