{% extends "base.html" %} {% block title %} Games - List View {% endblock title %} {% block content %}

Games List

Grid View

RSS feed for all games
{% if games_by_org %} {% for organization, games in games_by_org.items %}

{{ organization.name }}

{% endfor %} {% else %}

No games found.

{% endif %}
{% endblock content %}