{% extends 'base.html' %} {% block title %}Motif Index{% endblock %} {% block sheet %}{% endblock %} {% block content %} {% for category_id, name in category_info %} {{ name }} {% for motif_id, motif, category, count in motif_info if category == category_id %} {{ motif }} {% if count %}тип {{ count }}{% endif %} {% endfor %} {% endfor %} {% endblock %}