{% extends "base.html" %} {% block content %}

{% block title %}Provozovny{% endblock %}

{% for store in object_list %}

{{ store.store }}

{% if store.description %}

{{ store.description }}

{% endif %} {% endfor %} {% endblock %}