{% extends "base.html" %} {% block title %}Edit User: {{ user.username }}{% endblock %} {% block content %}

Edit user — {{ user.username }}

Created {{ user.created_at.strftime('%Y-%m-%d') if user.created_at }} · Last login {{ user.last_login.strftime('%Y-%m-%d %H:%M') if user.last_login else 'never' }} · {{ user.login_count or 0 }} logins

Back
{% if ratio %}
File ratio
Uploaded: {{ '%.1f'|format(ratio.bytes_uploaded / 1048576) }} MB ({{ ratio.files_uploaded }} files) · Downloaded: {{ '%.1f'|format(ratio.bytes_downloaded / 1048576) }} MB ({{ ratio.files_downloaded }} files)
{% endif %}
Sysop notes ({{ notes | length }})
{% endblock %}