{% extends "base.html" %} {% block content %} {% if author.files_as_author|length > 0 %}

Documents by {{ author.name }}

{% for currentItem in author.files_as_author %} {% include "document.html" %} {% endfor %} {% endif %} {% if author.files_as_contributor|length > 0 %}

Documents {{ author.name }} contributed to

{% for currentItem in author.files_as_contributor %} {% include "document.html" %} {% endfor %} {% endif %}

*I have provided my best understanding of what rights the author has preserved. This is for reference only and has no legal meaning.

{% endblock content %}