{% extends './base.html'%} {% load i18n bootstrap4 html navigation %} {% block body_class %}keywords{% endblock %} {% block content %}{% newlineless %}{% spaceless %}
| {% trans 'Слово' %} | {% trans 'Группы и вес' %} | {% trans 'Активно' %} | {% trans 'Создано' %} | {% trans 'Обновлено' %} | {% trans 'Редактор' %} | ID |
|---|---|---|---|---|---|---|
| {{ keyword.word }} | {% for w in keyword.weights.all %} {{ w.group }}={{ w.value }}; {% empty %} --- {% endfor %} | {% if keyword.is_active %} {% endif %} | {{ keyword.created.isoformat }} | {{ keyword.updated.isoformat }} | {{ keyword.last_editor|default:'---' }} | {{ keyword.id }} |
| {% trans 'Не найдено ни одной записи.' %} | ||||||
| {% include './_table_pagination.html' %} | ||||||
{% trans 'ID' %}: {{ instance.id }} {% trans 'создано' %}: {{ instance.created.isoformat }} {% trans 'обновлено' %}: {{ instance.updated.isoformat }} {{ instance.last_editor }} {% trans 'всего групп' %}: {{ instance.get_all_groups.count }} {% trans 'активных групп' %}: {{ instance.get_active_groups.count }} {% trans 'неактивных групп' %}: {{ instance.get_inactive_groups.count }}
{% endif %} {% if instance %}| {% trans 'Группа' %} | {% trans 'Вес' %} | {% trans 'Активен' %} | {% trans 'Обновлён' %} | {% trans 'Редактор' %} | |||
|---|---|---|---|---|---|---|---|
| {{ group }} | {% if weight %} | {{ weight.updated.isoformat }} | {{ weight.last_editor}} | {% else %}{% endif %} |