{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Update Credential" %}{% endblock %} {% block main %} {% include 'settings/credentials/_update.html' %} {% endblock %}