{% extends "base.html" %} {% load static %} {% block css %} {% endblock css %} {% block title %} STRUMENTI {% endblock title %} {% block content %} {% for strumenti in lista_strumenti %} {% if forloop.first %}
{{ strumenti.descrizione}}