{% extends 'base.html' %} {% block content %}

Designation Master

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
{% for desg in designations.items %} {% endfor %}
Designation Actions
{{ desg.title }}
{% endblock %}