{% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %} {% endwith %}
{#
#} {# #} {# {{ wgform._csrf }}#}

Personnel Information

{#
#} {# {{ wgform.f_GroupNO.label }}#} {# {{ wgform.f_GroupNO( class="form-control") }}#} {#
#} {#
#} {# {{ wgform.f_GroupName.label }}#} {# {{ wgform.f_GroupName( class="form-control") }}#} {#
#}
{#
#} {# #} {# #}
{#
#} {##} {#
#} {# #} {# #} {#
#} {#
#}
{#
#} {#
#}
{#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {# #} {#
#} {#
#} {#
#} {#
#} {#
#} {# #}
{% endblock %}