{% extends 'base.html' %} {% block body %}
{% csrf_token %} {% for com in comunicazione %} {% include 'comunicazione.edit.html' %} {% endfor %}
From Soggetto
{{ com.from }} {{ com.soggetto }}
{% include 'comunicazione.edit.html' %}
{% endblock %} {% block bodybottom %} {% endblock %}