{% extends "base.html" %} {% block title %}Sign-in{% endblock %} {% block subtitle %}for the service {{ service.name }}{% endblock %} {% block content %}

Please confirm that you wish to sign in to {{ service.name }}.

{{ form.hidden_tag() }}
{% endblock %}