Patterns

Patterns List
{% if 'add' in session.get('patternPermissions', []) %} {% endif %}
{% if error %}

{{ error }}

{% endif %}
{% for each_pattern in patternsList %} {% if 'edit' in session.get('patternPermissions', []) %} {% endif %} {% if 'edit' in session.get('patternPermissions', []) %} {% endif %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Pattern Name Description Created By Created On Status Action
{{loop.index}} {{each_pattern.name}} {{each_pattern.description}} {{each_pattern.adminName}} {{each_pattern.createdOn}} {% if each_pattern.actionText == "Active" %} {{each_pattern.actionText}} {% else %} {{each_pattern.actionText}} {% endif %}