{% extends "@Admin/Layout/adminlayout.html.twig" %} {% block content %}

Product Tags Listing

{% for flashMessage in app.session.flashbag.get('success_msg') %}

Alert!

{{ flashMessage }}
{% endfor %} {% for flashMessage in app.session.flashbag.get('error_msg') %}

Alert!

{{ flashMessage }}
{% endfor %}
{% if languages is defined and languages is not empty%} {%for language in languages%} {%endfor%} {% endif%} {%if goals is defined and goals is not empty%} {%for goals in goals%} {%if goals.lang_wise is defined and goals.lang_wise is not empty %} {%for name in goals.lang_wise %} {%endfor%} {%endif%} {%endfor%} {%endif%} {% if languages is defined and languages is not empty%} {%for language in languages%} {%endfor%} {% endif%}
NoName : {{language.language_name}}Operation
{{loop.index}}{{name.product_tag_name}}
NoName : {{language.language_name}}Operation
{% endblock %} {% block js %} {% endblock %}