{% extends "sparql/base.html" %} {% block title %}Stores{% endblock %} {% block content %}

Stores

{% for store in stores %} {% empty %} {% endfor %}
Name Query
{{ store.name }} Query
You do not have access to any stores.
{% endblock %}