Logs

SMS Logs List
{% if error %}

{{ error }}

{% endif %}
{% for error in form.name.errors %} {{ error }}
{% endfor %} {% for error in form.phoneNumber.errors %} {{ error }}
{% endfor %}
{% for each_otp_check in smsLogsList %} {% if each_otp_check.name %} {% else %} {% endif %} {% if each_otp_check.otpCode %} {% else %} {% endif %} {% if each_otp_check.phoneNumber %} {% else %} {% endif %} {% if each_otp_check.otpReason %} {% else %} {% endif %} {% if each_otp_check.createdOn %} {% else %} {% endif %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Name OTP Phone Number No.Of Attempts OTP Reason Created On
{{each_otp_check.snoCount}}{{each_otp_check.name }}-{{each_otp_check.otpCode }}-{{each_otp_check.phoneNumber }}-{{each_otp_check.attempts }}{{each_otp_check.otpReason}}-{{each_otp_check.createdOn}}-
{% if not smsLogsList%}
No Data Found
{% endif %}