{% extends "base.html" %} {% load i18n staticfiles %} {% block content %} {% trans 'Welcome' %}{% if user.is_authenticated %} {{ user.username }}{% endif %}! {% trans 'This is an example of an OpenID Connect 1.0 Provider. Built with the Django Framework and django-oidc-provider package.' %} {% trans 'Create your clients' %} {% endblock %}
{% trans 'This is an example of an OpenID Connect 1.0 Provider. Built with the Django Framework and django-oidc-provider package.' %}
{% trans 'Create your clients' %}