{% load base_filters %} {% load pagination_tags %} {% load staff_tags %} {% load perm_tags %}
{% if staff.positions %}{% for position in staff.positions.all %}{{ position }}
{% endfor %}{% endif %}
{% if staff.department %}{{ staff.department }}{% endif %}
{% if staff.education %}{{ staff.education|safe }}{% endif %}