{% extends './base.html'%} {% load i18n bootstrap4 html navigation %} {% block body_class %}topics{% endblock %} {% block content %}{% newlineless %}{% spaceless %}
{% trans 'Название' %} | {% trans 'Код' %} | {% trans 'Активен' %} | {% trans 'Создан' %} | {% trans 'Обновлён' %} | {% trans 'Редактор' %} | ID | |
---|---|---|---|---|---|---|---|
{{ topic.name }} {% if topic.description %} {% endif %} | {{ topic.code }} | {% if topic.is_active %} {% endif %} | {{ topic.created.isoformat }} | {{ topic.updated.isoformat }} | {{ topic.last_editor|default:'---' }} | {{ topic.id }} | |
{% trans 'Не найдено ни одной записи.' %} | |||||||
{% include './_table_pagination.html' %} |
{% trans 'ID' %}: {{ instance.id }} {% trans 'создан' %}: {{ instance.created.isoformat }} {% trans 'обновлен' %}: {{ instance.updated.isoformat }} {{ instance.last_editor }}
{% endif %} {% endspaceless %}{% endnewlineless %}{% endblock %} {% block javascript_page %}{% newlineless_javascript %} {% endnewlineless_javascript %}{% endblock %}