{% extends 'lemoncurry/layout.html' %} {% load markdown static %} {% block styles %} {% endblock %} {% block main %}

{% if app %}{% endif %} sign in to {% if app %}{{ app.name | first }}{% endif %} {% if app %}({% endif %}{{ params.client_id }}{% if app %}){% endif %}? {% if verified %} {% else %} {% endif %}

do you want to confirm your identity, {{ me }}, with this app?

you will be redirected to {{ params.redirect_uri }} after authorising this app

{% csrf_token %} {% if params.state %}{% endif %}
{% endblock %} {% block foot %} {% endblock %}