# |
Name |
Actions |
{% for author in authors %}
{{ forloop.counter }} |
{{ author.name }} |
|
{% endfor %}
This text will be HTML-escaped, and will appear in all lowercase.
{% filter force_escape|upper %}
This text will be HTML-escaped, and will appear in all lowercase.
{% endfilter %}
Создать автора
{% include 'partial/pagination.html' %}
{% endblock %}