{% extends "obpages/base.html" %} {% load sections widgets links utils %} {% block meta_description %}{% if item|verbose_name == "author" %}View content by {{ item.name }} on overcomingbias-collection.{% else %}View content on {{ item.name }} on overcomingbias-collection.{% endif %}{% endblock %} {% block content_title %}

{% classifier_link item %}

{% endblock %} {% block content_subtitle %}

{% classifier_count item %}

{% endblock %} {% block content %}
{% with description=item.description %}

{% if description %}{{ item.description }}{% else %}This {{ item|verbose_name }} has no description.{% endif %}

{% endwith %}
{% query_results query_results=item.content.recent.select_subclasses title="Recent Content" max_results=max_results is_staff=user.is_staff %} {% comment %} Introductory sequences {% endcomment %} {% comment %} ... {% endcomment %} {% comment %} Sequences which mention this {% endcomment %} {% comment %} ... {% endcomment %} {% comment %} Suggested content {% endcomment %} {% comment %} ... {% endcomment %} {% comment %} Related categories {% endcomment %} {% comment %} ... {% endcomment %} {% endblock %}