<%set help_pg = 'help_applications.html'%> <%set book_mark = 'mod_app'%> <%include admin_include_header.html%>
<%Community::Web::SSI::ssi_profile_form( 'mode', 'hidden', 'show_all_fields', 'true' )%> <%hidden_proto_html%>
Applications Applications Applications Enable/Disable Users for <%app_keyword%>
    <%if msg%>

    <%msg%>
    <%else%>Updating users. <%comm_users_hits%> users left to be updated.<%endif%>
<%if successful_loop%>
<%loop successful_loop%> <%endloop%>
Status Username Full Name Email
<%if comm_user_app_access = 2%> Enabled <%elsif comm_user_app_access = 1%> Disabled <%else%> Not Created <%endif%> <%comm_username%> <%prof_first_name%> <%prof_last_name%> <%comm_email%>
<%endif%> <%if failed_loop%>
    The following users were not succesfully updated and the import has been temporarily halted so you may review the errors.
<%loop failed_loop%> <%endloop%>
Status Username Full Name Error
<%if comm_user_app_access = 2%> Enabled <%elsif comm_user_app_access = 1%> Disabled <%else%> Not Created <%endif%> <%comm_username%> <%prof_first_name%> <%prof_last_name%> <%error%>

<%endif%> <%-- Only trigger the automatic refresh if there are no errors --%> <%if users_remaining and not failed_loop%> <%endif%>

<%if users_remaining%><%endif%>

<%include admin_include_footer.html%>