Ajout d'une extension
This commit is contained in:
13
ext/phpbbstudio/ass/styles/all/template/blocks/spenders.html
Normal file
13
ext/phpbbstudio/ass/styles/all/template/blocks/spenders.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user