{% extends 'base.html' %} {% block content %}
{% for author in authors %} {% endfor %}
# Name Actions
{{ forloop.counter }} {{ author.name }}
Создать автора {% include 'partial/pagination.html' %}
{% endblock %}