{% extends 'news/base.html' %} {% load mptt_tags %} {% block title %} {{link.text}} - {{block.super}} {% endblock %} {% block jqueryarea %} {% endblock %} {% block contents %} {% include 'news/link_row.html' %}
{% include 'news/link_details_menu.html' %} {% if user.is_authenticated %}
{{form.as_p}}
{% endif %}
{% if comments %} {% for comment, structure in comments|tree_info %} {% if structure.new_level %} {% endfor %} {% endfor %} {% else %}
There are no comments on this story, yet.
{% endif %}
{% endblock %} {% block tags %} {% endblock %} {% block sidebar %} {{ block.super }}

Tags

{{tag_form.as_p}}
{% endblock %}