{% comment %} Something that django.contrib.comments does not provide: An individual template for a single comment, to easily be reused. This include is also used by the Ajax comments view. The div id should be "c{id}", because the comment.get_absolute_url() points to it. NOTE: to override the displayed date format, don't replace this template. Instead, define DATETIME_FORMAT in a locale file. Requires setting: FORMAT_MODULE_PATH = 'settings.locale' Then create 'settings/locale/XY/formats.py' with: DATETIME_FORMAT = '...' This should give you consistent dates across all views. {% endcomment %} {% load i18n %}
{% trans "Preview of your comment" %}
{% endif %}{% if comment.url %}{%if comment.url == "http://lux.me/"%}{%else%}{% endif %}{% endif %} {% if comment.name %}{{ comment.name }}{% else %}{% trans "Anonymous" %}{% endif %}{% comment %} {% endcomment %}{% if comment.url %}{% endif %} {% if not comment.is_public %}({% trans "moderated" %}){% endif %} {% if USE_THREADEDCOMMENTS and not preview %} {% endif %}