{% extends "/layout.jinja2" %} {% block content_class %}two-col equal{% endblock %} {% block section_name %}register-section{% endblock %} {% block app_block %}{% endblock %} {% block page_title %}{% endblock %} {% block content %}
{{ widgets.render_flash_messages(flash_msgs) }}
{% if social_plugins %}

Log in or register using

{% if social_plugins.get('google') %} {% endif %} {% if social_plugins.get('twitter') %} {% endif %} {% if social_plugins.get('bitbucket') %} {% endif %} {% if social_plugins.get('github') %} {% endif %}

{% endif %}

Log in

{{ widgets.render_form(sign_in_form) }} {{ _('Lost password') }}

Register here

{{ widgets.render_form(form) }}
{% endblock %}