{% extends 'base.html' %} {% load pagination_tags %} {% load humanize %} {% block content %} {% include 'comics/ratings-popup.html' %}
switch to user search
{{ form.type }}
{{ form.tone }}
{{ form.genre }}
{{ form.style }}
{{ form.rating }}
{{ form.last_update }}
{% comment %}
{{ form.pages }}
{{ form.page_min }} {{ form.page_max }}
{% endcomment %}
{% with count=comics.count %} {% endwith %}
{% autopaginate comics 25 %} {% for comic in comics %} {% include "search/comic_item.html" %} {% endfor %} {% paginate %} {% endblock %}