{% extends "base.html" %} {% load static %} {% block content %}

{{ obj }}

{% if obj.description %}

{{ obj.description }}

{% endif %} {% for related in related_objects %} {% endfor %}
URL {% if obj.url %} {{ obj.url }} {% else %} Unknown {% endif %}
Content {% if obj.content %} {{ obj.content }} {% else %} Unknown {% endif %}
Date Time {% if obj.datetime %} {{ obj.datetime }} {% else %} Unknown {% endif %}
{{ related.title }} {{ related.count }}
{% endblock content %}