{% load inflections %} {{ staff_user.full_name.0 }}{{ staff_user.full_name|inflect_fio:inflection_form|slice:"1:" }} {% if with_login %} ({{staff_user.username}}){% endif %}