{% load news_tags %} {% load user_tags %} {{ comic.title }} on The Duck : {{ current_page.title }} {% if not subpage %} {% if current_page.content %} {% endif %} {% endif %} {% include 'comics/customcss.html' %} {% include "inc/meebo.html" %}
{% if not subpage %}
{% if comic.user == user or user in comic.assistants.all or user.is_staff %} {% endif %}
{% endif %}