{% extends 'base.html' %} {% load staticfiles %} {% block content %}
Protocol List
{% for protocol in results %} {% endfor %}
Title Author Date Uploaded Last Modified Rating
{{protocol.title}} {{ protocol.author }} {{ protocol.date_of_upload }} {{ protocol.date_modified }} {{ protocol.rating }}
{% endblock %}