{% extends '_layout.html'|pjax:request %} {% load i18n %} {% block page_title %}{{ block.super }} | {% trans "Profile" %}{% endblock %} {% block main_content %}

{{ item.username }}

{% if item.is_staff %} STAFF {% endif %}
{% trans "Summary" %} {% if user.have_volumes.count > 0 %} {% trans "Collection" %} {% endif %} {% if user.wishlisted_volumes.count > 0 %} {% trans "Wishlist" %} {% endif %} {% comment %} {% trans "Achievements" %} {% endcomment %}
{% block profile_content %} {% include "users/profile/summary.html" %} {% endblock %}
{% endblock %}