{% extends "credentials/base_cred.html" %} {% block title %} {% if search_type == 'sme' %}SME Sign Up Form{% endif %} {% if search_type == 'tester' %}Tester Sign Up Form{% endif %} {% endblock %} {% block meta_copydoc %} {% endblock meta_copydoc %} {% block content %} {% if error %}
Error

{{ error }}

{% endif %} {% if search_type == 'sme' %} {% with formid="3801", lpId="7140", sign_up_open=sign_up_open, returnURL="/credentials/thank-you?type=sme" %} {% include "shared/_credentials-signup-sme-form.html" %} {% endwith %} {% endif %} {% if search_type == 'tester' %} {% with formid="3801", lpId="7140", sign_up_open=sign_up_open, returnURL="/credentials/thank-you?type=tester" %} {% include "shared/_credentials-signup-tester-form.html" %} {% endwith %} {% endif %} {% endblock content %}