**Заявка: ((https://{{ settings.STAFF_HOST }}{% url 'proposal-frontend:edit_proposal' proposal_id %} {{ proposal_id }}))** {% if is_author %}!!(red)**Сотрудник создал заявку сам на себя**!!{% elif not author_is_chief %}!!(red)**Сотрудник создал заявку не для своего подчинённого**!!{% endif %} {% if 'salary' in blocks%}{% include "startrek/person/ru/salary.html" %}{% endif %} {% if 'position' in blocks%}{% include "startrek/person/ru/position.html" %}{% endif %} {% if 'grade' in blocks%}{% include "startrek/person/ru/grade.html" %}{% endif %} {% if 'department' in blocks%} ---- {% include "startrek/person/ru/department.html" %} ---- {% endif %} {% if 'office' in blocks%}{% include "startrek/person/ru/office.html" %}{% endif %} {% if 'organization' in blocks%}{% include "startrek/person/ru/organization.html" %}{% endif %} {% if 'hr_product' in blocks %}{% include "startrek/person/ru/hr_product.html" %}{% endif %} {% if 'geography' in blocks %}{% include "startrek/person/ru/geography.html" %}{% endif %} **Дата вступления изменений в силу**: {{ base.date|date:"j E Y" }}{% if 'comment' in blocks%} {% include "startrek/person/ru/comment.html" %}{% endif %}{% if base.comment %} **Общий комментарий к заявке**: {{ base.comment }}{% endif %}