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

User Information

{{ wgform.f_ConsumerNO.label }} {{ wgform.f_ConsumerNO( class="form-control") }}
{{ wgform.f_ConsumerName.label }} {{ wgform.f_ConsumerName( class="form-control") }}
{{ wgform.f_CardNO.label }} {% if wgform.f_CardNO.data!=None %} {% else %} {{ wgform.f_CardNO( class="form-control",placeholder="Please input Card NO", oninput="if(value.length>19)value=value.slice(0,19)") }} {% endif %}
{{ wgform.f_GroupID.label }}
{{ wgform.f_BeginYMD.label }}
{{ wgform.f_EndYMD.label }}
{% if g.extfunc5678_photo %}
{# #}
{% endif %}
{# {% if g.extfunc5678_photo %}#} {#
#} {# #} {# #} {#
#} {# {%endif%}#}