{% extends "dashboard/layout.html" %} {% block title %}{{ _('API Keys – Dashboard') }}{% endblock %} {% block dashboard_content %}
{{ _('Manage your API keys for programmatic access') }}
{{ _('API access is not included in your current plan. Upgrade to unlock the REST API.') }}
{{ _('Upgrade Plan') }}{{ _('Your new API key — save it now') }}
{{ _('This is the only time you will see the full key. Copy it and store it somewhere safe.') }}
{{ new_key }}
{{ key.display_prefix }}••••••••••••••••
{{ _('Key hidden for security') }}
{{ _('No API keys yet') }}
{{ _('Create your first API key to get started.') }}