{% extends 'base.html' %} {% load static %} {% block content %}

Articles

{% if perms.web.add_article %} Создать {% endif %} {% include 'partial/search_form.html' %} {% for article in articles %}


{{ article.title }}

{# {% if user.is_authenticated %}#}

Подробнее

{# {% endif %}#}


{% endfor %} {% if is_paginated %} {% include 'partial/pagination.html' %} {% endif %} {% endblock %}