{% load base_filters %} {% load pagination_tags %} {% load staff_tags %} {% load perm_tags %}
{% for img in staff.stafffile_set.all %} {% if img.photo_type == "featured" %}
Contact {{ staff.name }}
{% endif %} {% endfor %}

{{ staff.name|safe }}

{% 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 %}

{% include 'staff/meta.html' %}