{% extends "base.html" %} {% load i18n %} {% block header %}{{ block.super }}Homepage{% endblock %} {% block content %}
{% trans "This demo site using django-comments-xtd features" %}:
projects.release{% endblocktrans %}:
COMMENTS_XTD_MAX_THREAD_LEVEL = 3
COMMENTS_XTD_MAX_THREAD_LEVEL_BY_APP_MODEL = {'projects.release': 1}
#!<markup-lang> being <markup-lang> any of the following:
{% get_xtdcomment_count as comment_count for blog.story blog.quote %}
{% render_last_xtdcomments 5 for blog.story blog.quote %}
{% trans "Visit the Blog" %}
{% trans "Visit the Projects page" %}
django-comments-xtd
{% endblock %}