{% extends "base.html" %} {% block title %}Profile{% endblock %} {% block page_title %}Profile & Preferences{% endblock %} {% block topbar_actions %} Settings {% endblock %} {% block content %}
| Username | {{ current_user.username }} |
| Last login | {{ current_user.last_login.strftime('%b %d, %Y %H:%M') if current_user.last_login else '—' }} |
| Member since | {{ current_user.created_at.strftime('%b %d, %Y') }} |
| Currency | {{ current_user.currency_symbol }} {{ current_user.currency }} |