mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 12:29:24 +00:00
Add basic account view for user and refactor user tool bar
This commit is contained in:
16
counter/templates/counter/user_account.jinja
Normal file
16
counter/templates/counter/user_account.jinja
Normal file
@ -0,0 +1,16 @@
|
||||
{% extends "core/user_base.jinja" %}
|
||||
|
||||
{% block title %}
|
||||
{{ profile.get_display_name() }}'s account
|
||||
{% endblock %}
|
||||
|
||||
{% block infos %}
|
||||
<h3>User account</h3>
|
||||
<p>{{ customer.refillings.all() }}</p>
|
||||
<p>{{ customer.buyings.all() }}</p>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user