Added macros for slots and tokens display

This commit is contained in:
2016-09-07 23:06:38 +02:00
parent 61c77a7877
commit bca8dc039a
3 changed files with 28 additions and 22 deletions

View File

@ -1,4 +1,5 @@
{% extends "core/base.jinja" %}
{% from "core/macros.jinja" import show_slots, show_tokens %}
{% block title %}
{% trans %}Launderette{% endtrans %}
@ -52,10 +53,6 @@
{% endfor %}
</tbody>
</table>
{{ show_slots(user) }}
{{ show_tokens(user) }}
{% endblock %}