{# Содержание страницы #} {% extends "electronics/shared/layout.html" %} {% block content %}

{{ title }}

{% for item in list_typecomponent %}

{{item.name}}

{% endfor %} {% endblock %}