{% extends "user/read_base.html" %} {% import 'macros/form.html' as form %} {% block page_primary_action %} {% if h.check_access('api_token_create', {'user': user['name']}) %}
{% endif %} {% endblock page_primary_action %} {% block primary_content_inner %}{{ _('You haven\'t created any API Tokens.') }}
{% endif %} {% endblock token_list %} {% endblock primary_content_inner %}