{% extends 'base.html' %} {% load staticfiles %} {% block content %}

{{ user1 }}


{{first}} {{last}}
{{user1}}'s Protocol List
{% for protocol in protocol_list %} {% endfor %}
Title Author Date Uploaded Last Modified Rating
{{protocol.0}} {{ protocol.1 }} {{ protocol.2 }} {{ protocol.6 }} {{ protocol.5 }}
{% endblock %}