{% extends 'base-ui.html' %} {% load static %} {% load appfilter %} {% load humanize %} {% block body %}
{#
#} {# #} {# #} {# #} {# #} {#
#}
دسته بندی ها :
{% for category in categories %}
{% if category.id == category_pk %} {{ category }} {% else %} {{ category }} {% endif %}
{% endfor %}
{% for object in object_list %}
{% include 'shared/film-object.html' %}
{% endfor %}
{% include 'components/pagination.html' with url_page=url_page %}
{% endblock %} {% block script %} {% endblock %}