{% extends "obpages/base.html" %}
{% load sections %}
{% block header %}
By {{ owner.username }} {{ total }} item{{ total|pluralize }}
{{ title }}
{% if user_is_owner %}
edit
{% endif %}
{% endif %}
{% endblock %}
{% block content_subtitle %}
{% comment %} {% endcomment %}