{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "User Credentials" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("User Credentials Details") %} {% endblock page_header %} {% block main %} {% include 'project/access_and_security/api_access/_credentials.html' %} {% endblock %}