{% extends 'base.html' %} {% block content %}
{% if specs %} {% for spec in specs %} {% for item in spec %} {% endfor %} {% endfor %}
Имя План
{{ item }}
{% endif %}
{% endblock %}