{% extends "base.html" %} {# for allauth login #} {% load bootstrap3 %} {% load i18n %} {% load account %} {% block title %} Home {% endblock %} {% block contextbar %} {# kill it on this page #} {% endblock %} {% block body-wide %}
{% with picture=request.organization.get_logo %} {% if picture %}
Profile Picture
{% else %}
{% endif %} {% endwith %}

{{request.organization}}
powered by GovReady Q

Open source compliance software for everyone to innovate securely

Stop suffering and start answering simple questions with your teammates. We'll help you identify security risks, learn compliance controls, and prepare required documents.

{% trans "Sign In" %}

{% if socialaccount.providers %}

{% blocktrans with site.name as site_name %}Please sign in with one of your existing third party accounts. Or, sign up for a {{site_name}} account and sign in below:{% endblocktrans %}

    {% include "socialaccount/snippets/provider_list.html" with process="login" %}
{% include "socialaccount/snippets/login_extra.html" %} {% endif %} {% if LOGIN_ENABLED %} {% endif %}
{{ block.super }} {% endblock %}