{% load static %} {% load i18n %} {% load template_filters %} {% load thumbnail %}
{% with themes=company.theme.all %}
{% for th in themes %} {{ th.name }}{% ifnotequal forloop.counter themes|length %},{% endifnotequal %} {% endfor %}
{% endwith %}


{% trans 'Добавить профили в соц.сетях:' %}

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