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

{{ strumenti.nome_strumento }}

{{ strumenti.descrizione}}

{% if forloop.counter|divisibleby:"3" or forloop.last %}
{% endif %} {% if forloop.counter|divisibleby:"3" and not forloop.last %}
{% endif %} {% endfor %} {% endblock content %}