{% extends "staff/base.html" %} {% load base_filters %} {% load base_tags %} {% load perm_tags %} {% load staff_tags %} {% load tagging_tags %} {% block title %} {% nowhitespace %} {{ staff.name }} Curriculum Vitae (CV) {% if staff.position %} – {{ staff.position }} {% endif %} {% if staff.department %} – {{ staff.department }} {% endif %} {% endnowhitespace %} {% endblock %} {% block meta_keywords %} {% nowhitespace %} staff {{ staff.name }} {% if staff.position %} {{ staff.position }} {% endif %} {% if staff.department %} {{ staff.department }} {% endif %} {% if staff.tags %} {{ staff.tags }} {% endif %} {% endnowhitespace %} {% endblock %} {% block meta_description %} {% nowhitespace %} {{ staff.name }} {% if staff.position %} ,{{ staff.position }} {% endif %} {% if staff.department %} ,{{ staff.department }} {% endif %} {{ staff.biography|striptags|truncatewords:"50"|safe }} {% endnowhitespace %} {% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{{ staff.cv|safe }}
{% endif %}