<h1class="jumbotron-heading">{% trans 'Welcome' %}{% if user.is_authenticated %} {{ user.username }}{% endif %}!</h1>
<pclass="lead text-muted">{% trans 'This is an example of an OpenID Connect 1.0 Provider. Built with the <ahref="https://www.djangoproject.com/"target="_BLANK"><u>Django Framework</u></a> and <ahref="https://github.com/juanifioren/django-oidc-provider"target="_BLANK"><u>django-oidc-provider</u></a> package.' %}</p>
<p><ahref="{% url 'admin:index' %}oidc_provider/client/"class="btn btn-primary btn-lg">{% trans 'Create your clients' %}</a></p>