{% extends "news/base_news.html" %} {% load wlprofile %} {% load threadedcommentstags %} {% load news %} {% block title %}{{ object.title }} - {{ block.super }} {% endblock %} {% block body_class %}{{ block.super }} post_detail{% endblock %} {% block body_id %}post_{{ object.id }}{% endblock %} {% block extra_head %} {{ block.super }} {{ block.super }} {% endblock %} {% block content %}
{% if object.get_previous_by_publish %} « {{ object.get_previous_post }} {% endif %} {% if object.get_next_by_publish %} | {{ object.get_next_post }} » {% endif %}
{% include "news/inlines/post_detail.html" %} {% get_threaded_comment_form as form %} {% include "threadedcomments/inlines/reply_to.js" %}Reply to Original:
{% else %}Log in to post comments
{% endif %} {% endblock %}
{{ comment.user|user_link }} said:
{% auto_transform_markup comment %} {% if user.is_authenticated %}Reply
{% endif %}