{% extends "obpages/base.html" %}
{% load sections %}
{% block meta_description %}View sequence {{ sequence }} on overcomingbias-collection.{% endblock %}
{% block header %}
{{ total }} item{{ total|pluralize }}
{{ title }}
{% if user_is_owner %}
edit
{% endif %}
{% endif %}
{% endblock %}
{% block content_subtitle %}
{% comment %} {% endcomment %}
{% with total=sequence.members.count %}