{% extends "layout2.html" %}
{% load i18n %}
{% load static %}
{% block css_include %}
{% endblock %}
{% block js_include %}
{% endblock %}
{% block content %}
'; result += ''; for(field of form['controls']) { field_val = field['value']; field_type = field['type']; if( $('#id_sso_forward_content').val() != "" ) { for( sso_profile of JSON.parse($('#id_sso_forward_content').val()) ) { if( sso_profile['send_type'] != "form" ) { continue; } field_name = sso_profile['name'].split(';vlt;')[0]; field_id = sso_profile['name'].split(';vlt;')[1]; if( field_name == field['name'] || field_id == field['id'] ) { field_val = sso_profile['value']; field_type = sso_profile['type']; } } } result += '