{% extends 'base.html' %} {% block content %}
{% for article in articles %} {% endfor %}
# Title Author Date Action
{{ forloop.counter }} {{ article.title }} {{ article.author }} {{ article.created_at|date:"d M Y" }} Удалить
Создать статью Создать автора {% include 'partial/pagination.html' %}
{% endblock %}