{% load static %} {% load i18n %}
{% csrf_token %}
startegy Стратегии, применённые в локации
{% for field in area.strategy %}
{{ field.label }}

{% trans field.label %}

{% endfor %}