{% extends "projects/base_project.html" %} {% load pagination_tags %} {% block title %}Projects {% if person %}by {{ person.username }}{% endif %}{% if tag %}tagged with "{{ tag.name }}"{% endif %}{% endblock %} {% block nav-browse %}class="active"{% endblock %} {% block content-header %}

Projects {% if person %}by {{ person.username }}{% endif %}{% if tag %}tagged with "{{ tag.name }}"{% endif %}

{% endblock %} {% block content %} {% autopaginate project_list 15 %}

Browse projects

    {% include "core/project_list_detailed.html" %}
{% paginate %} {% endblock %}