{% extends "base.html" %} {% load i18n comments_xtd %} {% block header %}{{ block.super }}Blog - Last 5 Comments{% endblock %} {% block content %}

{% trans "Last 5 comments for blog.story and blog.quotes." %}

{% trans "The template file make use of the comments_xtd templatetag module and the following tag:" %}

  {{ "{%"|escape }} render_last_xtdcomments 5 for blog.story blog.quote {{ "%}"|escape }}

{% trans "It does not have pagination support." %}

{% render_last_xtdcomments 5 for blog.story blog.quote %}
{% endblock %}