{% extends "project-base.html" %} {% block content %}
{% if current_user and current_user.id == owner.id %}
{% else %}
{% endif %} {% if search_error %}
{{ search_error }}
{% 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 %}