{% load static %} {% load i18n %} {% load template_filters %} {% load thumbnail %}
{% trans 'Год основания' %}: {% if found_form.foundation.value %}{{ found_form.foundation.value }}{% endif %}
{% trans 'к-во сотрудников:' %} {% if staff_form.staff_number.value %}{{ staff_form.staff_number.value }}{% endif %}