|
|
@ -7,19 +7,18 @@ |
|
|
|
<li> |
|
|
|
<li> |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
<strong> |
|
|
|
<strong> |
|
|
|
@{{ user.name }} |
|
|
|
@{{ user.name }} / {{ 'balance' | trans }}: {{ user.balance }} / {{ 'boost' | trans }}: {{ user.address }} |
|
|
|
</strong> |
|
|
|
</strong> |
|
|
|
<span style="float:right">{# @TODO #} |
|
|
|
<br /> |
|
|
|
{% for namespace, total in user.rooms %} |
|
|
|
{% for namespace, total in user.rooms %} |
|
|
|
<a href="{{ |
|
|
|
<a href="{{ |
|
|
|
path('room_namespace', |
|
|
|
path('room_namespace', |
|
|
|
{ |
|
|
|
{ |
|
|
|
mode : request.get('mode'), |
|
|
|
mode : request.get('mode'), |
|
|
|
namespace : namespace, _fragment : 'latest' |
|
|
|
namespace : namespace, _fragment : 'latest' |
|
|
|
}) }}">{{ namespace | keva_namespace_value }}</a> |
|
|
|
}) }}">{{ namespace | keva_namespace_value }}</a> |
|
|
|
{{ total }} |
|
|
|
{{ total }} |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|