{% extends 'im/base.html' %} {% block page.title %}Signup complete{% endblock %} {% block body %}
{% csrf_token %} {% with thirdparty_signup_form as form %} {% include "im/form_render.html" %} {% endwith %}
{% endblock body %}