{% extends "blog/base_blog.html" %} {% load i18n %} {% block title %}{% trans "Post search" %}{% endblock %} {% block body_class %}{{ block.super }} post_search{% endblock %} {% block content_title %}
{{ post.publish|date:"Y F d" }}
{{ post.tease|safe }}
{% if comment_count %}{{ comment_count }} {% blocktrans with comment_count|pluralize as pluralize %}comment{{ pluralize }}{% endblocktrans %}{% endif %}