{% load text_filters %} {% load posts %} {% if post.is_members_only %} {% if me %}{% else %}{% endif %} {% endif %}  {{ post.view_count|cool_number }} {{ post.title }} {% if post.subtitle %} {{ post.subtitle }} {% endif %}