{% set current_theme = current_theme() %} {{ current_theme.headertags() }} {{ _('Gestión de API Keys Externas') }} - NOW LMS {{ current_theme.local_style() }} {{ current_theme.navbar() }}

{{ _('API Keys Externas') }}

{% if new_key_plain %}

{{ _('¡Importante!') }}

{{ _('Esta es su nueva API Key. Cópiela ahora mismo, ya que no podrá volver a verla por razones de seguridad:') }}

{% endif %}
{% for key in keys %} {% else %} {% endfor %}
{{ _('Nombre') }} {{ _('Estado') }} {{ _('Último Uso') }} {{ _('Creado') }} {{ _('Acciones') }}
{{ key.name }}
{{ key.notes or '' }}
{% if key.active %} {{ _('Activa') }} {% else %} {{ _('Revocada') }} {% endif %} {{ key.last_used_at.strftime('%Y-%m-%d %H:%M') if key.last_used_at else _('Nunca') }} {{ key.creado }} {% if key.active %}
{% endif %}
{{ _('No hay API Keys configuradas.') }}
{{ current_theme.footer() }}