{% load static %} {% load i18n %} {% load template_filters %}
{{ name_form.name.value }}
редактировать
{% csrf_token %}
{{ name_form.name }}
закрыть
{% with themes=company.theme.all %}
{% for th in themes %} {{ th.name }}{% ifnotequal forloop.counter themes|length %},{% endifnotequal %} {% endfor %}
{% endwith %}


Добавить профили в соц.сетях:

Дополнительная информация
{% block pre_scripts %} {% endblock %} {% block scripts %} {% endblock %}