{% extends 'im/signup.html' %} {% block page.title %} Signup using {{ provider }} {% endblock %} {% block body.right %} {% if "local" in im_modules %}
{% csrf_token %}

SIGN UP

{% include "im/form_render.html" %}
{% endif %} {% endblock %}