{% extends '../requests_new.html.to' %} {% block subtitle %}

Information About You

{% end %} {% block form %} {% autoescape None %} {% if f.errors %} There were some errors, see below. {% end %}

Please tell us more about you.

{% module TextInput(f.fname_request) %} {% module TextInput(f.lname_request) %} {% module TextInput(f.email_request) %} {% module TextInput(f.phone_number) %}

We want to collect the following information from you for security auditing and determining priviledged user access

{% module TextInput(f.service_branch) %} {% module OptionsInput(f.citizenship) %} {% module OptionsInput(f.designation) %} {% module TextInput(f.date_latest_training) %} {% end %}