diff --git a/app/stores/templates/stores/store_online_list.html b/app/stores/templates/stores/store_online_list.html new file mode 100644 index 0000000..9e3eb1e --- /dev/null +++ b/app/stores/templates/stores/store_online_list.html @@ -0,0 +1,76 @@ +{% extends "base.html" %} +{% load staticfiles %} + +{% block title %} + Stores +{% endblock %} + +{% block style %} + +{% endblock %} + +{% block scripts %} + + + +{% endblock %} + +{% block content %} +
| Name | Country | Website |
|---|---|---|
| {{ store }} | +{{ store.address.country }} | +Website | +
No results found for the search "{{ search_query }}".
+ {% endif %} + {% endif %} +