{% extends 'im/base_two_cols.html'%} {% block signup_class %}hidden{% endblock %} {% block page.title %} Login {% endblock %} {% block body %}
{% comment %}{% include "im/services_description.html" %}{% endcomment %} {% endblock body %} {% block body.right %} {% if "local" in im_modules %}
{% csrf_token %}

LOGIN

{% include "im/form_render.html" %}
Forgot your password?
{% endif %}
{% for o in im_modules %}
{% if o != 'local' %} LOGIN using {{ o }} {% endif %}
{% endfor %}
{% block body.signup %}


NEW TO OKEANOS ?

CREATE ACCOUNT
{% endblock %} {% endblock %}