aboutsummaryrefslogtreecommitdiff
path: root/apps/dreki_web/templates/store_show.dtl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dreki_web/templates/store_show.dtl')
-rw-r--r--apps/dreki_web/templates/store_show.dtl8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/dreki_web/templates/store_show.dtl b/apps/dreki_web/templates/store_show.dtl
index e944bee..3b139bb 100644
--- a/apps/dreki_web/templates/store_show.dtl
+++ b/apps/dreki_web/templates/store_show.dtl
@@ -5,4 +5,12 @@
{{ result.id }}
</h1>
+<ul>
+{% for res in result %}
+<li>{{res}}</li>
+{% endfor %}
+</ul>
+{% for action in actions %}
+<a href="{{ action.href }}">{{ action.title }}</a>
+{% endfor %}