{% extends "base.html" %} {% load static %} {% block content %}
{% for i in productone %}

Имя:{{i.name}}

Тип:{{i.title}}

Описание:{{i.desc}}

{%endfor%}
{% endblock %}