{% extends 'index.html'%} {% load staticfiles %} {%block content%}

El teus anuncis

{%for item in listaproducts%} {%if item.is_buyed%} {%else%} {%endif%} {% endfor %}
Imatge Producte Editar Borrar Preu
{{item.name}} Editar Borrar {{item.price}}
{%endblock%}