{% load static %}
Объекты бригады {{ brigada.name }}:
{% for object in objects %}
{{ object.name }}
Описание: {{ object.description }}
{% endfor %}