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

Subscribers 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 %}

Subscriber

{% if subscribers is defined and subscribers is not empty %} {% for subscriber in subscribers %} {% endfor %} {% endif %}
No Email: Status Operation
{{ loop.index }} {{subscriber.email}} {% set checked = ''%} {% if subscriber.status == '1'%} {% set checked = 'checked'%} {%endif%}
No Email: Status Operation
{% endblock %} {% block js %} {% endblock %}