{% extends "layouts/main.html" %} {% block title %}{{ user.name }}{% endblock %} {% block head %} {% endblock %} {% block content %}
Information {% if current_user.id == user.id %} Genereer key {% endif %}
Name
{{ user.name }}
Email
{{ user.email }}
Registration
{{ user.registration_at.strftime('%Y-%m-%d %H:%m') }}
{% if current_user.id == user.id %} {% endif %} {% if current_user.id == user.id %} {% else %} {% endif %} {% for key in user.keys %} {% if current_user.id == user.id %} {% endif %} {% if current_user.id == user.id %} {% else %} {% endif %} {% endfor %}
IDKeyActiveUses Created Expire
{{ "Deactivate" if key.active else "Activate" }} {{ key.id}}{{ key.key }}{{ key.active }}{{ key.uses }} {{ key.created_at.strftime('%Y-%m-%d %H:%m') }} {{ key.expire_at }}
{% endblock %} {% block javascript %} {% endblock %}