{% extends "assetcloud/pages/logged_out/base.html" %} {% load renderform %} {% block title %}Login{% endblock %} {% comment %} Override the whole of the body block, not just the content block, because we don't want the navigation to show on the login page. {% endcomment %} {% block box_content %}

Please log in

{% if messages %}
{% for message in messages %}
×{{ message }}
{% endfor %}
{% endif %}
{% block social_options %}
{% endblock %}


{% if not subdomain_matches_account %}

Don't have an account? Sign up now.

{% endif %} {% endblock %}