{% extends 'back_office/bo_layout.html' %} {% block head %} {% endblock %} {% block title %}View Form{% endblock %} {% block content %}
{% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}
×

right{{ mesg }}

{% endfor %} {% for mesg in get_flashed_messages(category_filter=["errorMsg"]) %}
×

wrong{{ mesg }}

{% endfor %}

Last Ratified Membership Number: {{last_ratified_number}}(Ratified Year: {{last_ratified_year or ''}})


{% if ratification_member_type : %}

Ratification Member Types: {{ratification_member_type}}


{% endif %} {% if next_ratified_number : %}

Non Ratified Membership Numbers


Generate Ratification Year

{% else %}

No New Members got approved

{% endif %}
{% endblock %} {% block script %} {% endblock %}