{% extends "base-landing.html" %} {% block title %} Welcome to GovReady Q - {{org.name}} {% endblock %} {% block body-wide %}

{{org.name}} is all set

Welcome to GovReady-Q, {{org.name}}!

To access your organization’s site, please visit:

{{org.get_url}}

{% if request.user.is_authenticated %}

Once you get there you will need to log in again with your username {{request.user.username}} and your {{domain}} account password.

{% else %}

Once you get there you will need to log in again with your {{domain}} account username and password.

{% endif %}
{{ block.super }} {% endblock %} {% block scripts %} {% endblock %}