{% load comic_tags %} {% load news_tags %}
{{ comic.title|truncatewords:3 }} by {{ comic.user.username }}
{% with page_count=comic|get_page_count %} {{ comic.get_rating_display }}, {{ page_count }} page{{ page_count|pluralize:'s' }} {% endwith %}

{{ comic.description|bbcode2html|safe }}

{% with comic as object %} {% include 'ratings/like_this.html' %} {% endwith %}