{% extends './base.html'%} {% load i18n bootstrap4 html navigation %} {% block body_class %}samples{% endblock %} {% block content %}{% newlineless %}{% spaceless %}
{% trans 'Образец' %} | {% trans 'Группа' %} | {% trans 'Создан' %} | {% trans 'Обновлён' %} | {% trans 'Редактор' %} | ID | ||
---|---|---|---|---|---|---|---|
{{ sample.message|truncatewords:10 }} | {{ sample.group }} | {{ sample.created.isoformat }} | {{ sample.updated.isoformat }} | {{ sample.last_editor|default:'---' }} | {{ sample.id }} | ||
{% trans 'Не найдено ни одной записи.' %} | |||||||
{% include './_table_pagination.html' %} |