{% extends "main.html" %} {% block title %}IPA Error{% endblock %} {% block content %} {{ super() }}
{{ _("There was a problem with the IPA backend, please try again later.")}} {% if 'noggin_session' in session %} {{ _("You can also log out and log back in if the problem persists.", url=url_for(".logout")) }} {% endif %}