Create Charge Backs List
{% if 'add' in session.get('chargeBackPermissions',
[]) %}
{% endif %}
{% if error %}
{% endif %}
{{ error }}
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %} {% for category, message in messages %} {% if
category == "success" %}
{% elif category == "danger" %}
{% else %}
{% endif %} {% endfor %} {% endif %} {% endwith %}