{% extends "layout.html" %} {% import "macros/_project.html" as proj %} {% block page_title %}Resources{% endblock %} {% block body_class %}eventresources-page{% endblock %} {% block content %}
{% if project_count %}
{% for project in projects %} {{ proj.render_resource_card(project) }} {% endfor %}
{% else %} Add your datasets and suggested tools here. {% endif %}
{% if not current_event.lock_starting %} Share a resource Import {% endif %} {% if current_user and current_user.active and current_user.is_admin %} Edit {% endif %}
{% endblock %}