Ajout d'une extension

This commit is contained in:
Gauvain Boiché
2020-04-04 18:27:27 +02:00
parent c3ed8cc1c1
commit 3a964fe237
387 changed files with 58921 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{% block width %}s12 m4{% endblock %}
{% block content %}
<div class="aps-collection">
{% for user in spenders %}
<div class="aps-collection-item aps-avatar">
{{ user.AVATAR ? user.AVATAR }}
<span class="title">{{ user.NAME }}</span>
<p>{{ aps_display(user.COUNT) }}</p>
</div>
{% endfor %}
</div>
{% endblock %}