{% extends "obpages/base.html" %} {% load more_like_this sections widgets links %} {% block content_title %} {% content_link item %} By {% author_list item.authors.all %} on {% site_link item %} {{ item.publish_date|date:"F jS, Y" }} {% for idea in item.ideas.all %} {% classifier_link idea %} {% endfor %} {% for topic in item.topics.all %} {% classifier_link topic %} {% endfor %} {% for tag in item.tags.all %} {% classifier_link tag %} {% endfor %} {% endblock %} {% block content %} Description {{ item.description_html|safe }} {% if user.is_authenticated %} Add to Sequence {% csrf_token %} {{ sequencemember_add_form }} {% endif %} {% query_results query_results=item.internal_links.select_subclasses title="Mentions" max_results=max_results %} {% query_results query_results=item.internal_pingbacks.select_subclasses title="Mentioned By" max_results=max_results %} {% more_like_this item as related_content %} {% search_results search_results=related_content title="More Like This" max_results=max_results %} {% endblock %}
By {% author_list item.authors.all %} on {% site_link item %} {{ item.publish_date|date:"F jS, Y" }}