{% extends "base-landing.html" %} {% block title %} Welcome to GovReady Q - {{org.name}} {% endblock %} {% block body-wide %}
Welcome to GovReady-Q, {{org.name}}!
To access your organization’s site, please visit:
{% 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 %}