{% extends "base.html" %} {% load i18n comments %} {% block header %}{{ block.super }}{% trans "Blog - Story Detail" %}{% endblock %} {% block content %}
{% trans "Story list" %}
{{ comment_count }} comment{{ comment_count|pluralize }}
{% endif %}your comment
{% trans "comments are disabled for this story" %}
{% endif %}