{% extends 'memberapp_users/layout.html' %} {% block head %} {% endblock %} {% block title %}EXPERIENCE{% endblock %} {% block content %} {% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}
×

right{{ mesg|safe }}

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

wrong{{ mesg }}

{% endfor %}
{% if society_id|int == 2 :%}
{% endif %}
{% if society_id|int == 3 %} {% if position_types %}
{% endif %} {% endif %}

Previous
{% endblock %} {% block script %} {% endblock %}