{% extends 'base.html' %} {% load i18n %} {% block body %}
| {% trans "Заголовок" %} | {% trans "Автор" %} | |||
|---|---|---|---|---|
| {{ item.main_title }} | {% ifnotequal item.author None %}{{ item.author }} {% endifnotequal %}
{% if item.draft %}
{% trans "Черновик" %} {% endif %} |
{% trans "Изменить" %} | {% trans "Копировать" %} | {% trans "Удалить" %} |