{% extends "cv/base.html" %} {% load cvtags %} {% load staticfiles %} {% block maintitle %}{{object.title}}{% endblock %} {% block centerbar-content %}
{{object.abstract_html|safe}}
{% endblock %} {% block next-previous %} «back to {{section_name}}{% block plural-suffix %}s{% endblock %}
«back to CV {% endblock %} {% block details %} {% block citation %}

Citation

{% block formatted-citation %}{% endblock %} {% block url %} {% if object.url %}

  Link to {% block object_type_and_location %}{% endblock %}

{% endif %} {% endblock %} Cite with Reference Manager Cite with BibTeX {% endblock citation %} {% block files %}

Files

{% with object.files.all as files %} {% endwith %} {% endblock files %} {% block type-specific-info %}{% endblock %} {% block media_mentions %} {% with object.mediamention_set.all as mentions %} {% if mentions %}

Media Mentions

{% endif %} {% endwith %} {% endblock media_mentions %} {% endblock details %}