{% extends "base_two_columns.html" %} {% load i18n utility_tags crispy_forms_tags %} {% block sidebar %}
{% crispy form %}
{% endblock %} {% block content %}
{% for movie in object_list %}

{{ movie.titleĀ }}

{% endfor %}
{% if object_list.has_other_pages %} {% endif %} {% endblock %}