{% extends "layout.html" %} {% block homepage_link %} {% endblock %} {% block body %}
{{ form.csrf_token }} {{ form.new_resource_name.label }} {{ form.new_resource_name }}
{% if resources %} {% for resource in resources %} {% endfor %}
{{ resource.name }}
{% else %}

There are no resources.

{% endif %} {% endblock %}