{% extends "base.html" %} {% block title %} List of court {% endblock title %} {% block page_title %} court {% endblock page_title %} {% block content %}
{% if items %}
{% for item in items %} {% endfor %}
{{"name" | capitalize }} {{"surface" | capitalize }} {{"indoor" | capitalize }} Actions
{{item.name | escape }} {{item.surface | escape }} {{ item.indoor }} Edit
{% else %}

Nothing Here Yet

There are no records to display. Add a new record to get started! Create
{% endif %}
{% endblock content %}