{% 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 %}
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.
{% 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/login_extra.html" %} {% endif %} {% if LOGIN_ENABLED %} {% endif %}