{% extends './base.html'%} {% load i18n bootstrap4 html navigation %} {% block body_class %}groups{% endblock %} {% block content %}{% newlineless %}{% spaceless %}
{% trans 'Название' %} | {% trans 'Код' %} | {% trans 'Слов' %} | {% trans 'Активна' %} | {% trans 'Создана' %} | {% trans 'Обновлена' %} | {% trans 'Редактор' %} | ID |
---|---|---|---|---|---|---|---|
{{ group.name }} | {{ group.code }} | {{ group.keywords_count }} | {% if group.is_active %} {% endif %} | {{ group.created.isoformat }} | {{ group.updated.isoformat }} | {{ group.last_editor|default:'---' }} | {{ group.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_keywords.count }} {% trans 'активных слов' %}: {{ instance.get_active_keywords.count }} {% trans 'неактивных слов' %}: {{ instance.get_inactive_keywords.count }}
{% endif %} {% if instance %}{% trans 'Слово или сочетание' %} | {% trans 'Вес' %} | {% trans 'Активен' %} | {% trans 'Обновлён' %} | {% trans 'Редактор' %} | |||
---|---|---|---|---|---|---|---|
{{ weight.keyword }} | {% if weight %} | {{ weight.updated.isoformat }} | {{ weight.last_editor}} | {% else %}{% endif %} |