{% extends "project-base.html" %} {% block title %} {{project.name}} {{view}} - {{cfg("sr.ht", "site-name")}} {% endblock %} {% block content %}
{% if search_error %}
{{ search_error }}
{% endif %}
{% if current_user and current_user.id == owner.id %}
{% else %}
{% endif %} {% block resource_list %} TODO: populate resource list {% endblock %} {{pagination()}}
{% if current_user and current_user.id == owner.id %}
{% block sidebar %} TODO: populate sidebar {% endblock %}
{% endif %}
{% endblock %}