{% extends "django_comments_xtd/base.html" %} {% load i18n %} {% load comments %} {% load comments_xtd %} {% block title %}{% trans "Comment reply" %}{% endblock %} {% block content %}
{{ comment.comment }}
{{ comment.submit_date|date:"N j, Y, P" }} - {% if comment.user_url %} {% endif %} {{ comment.user_name }}{% if comment.user_url %}{% endif %}
{{ comment.comment }}