{% extends 'EPSOBundle::index.html.twig' %} {% block body %}

Application List


{% for jeux in jeuxs %} {% set ch=' ' %} {% if(jeux.Active=='1') %} {% set ch='checked' %} {% endif %}
...
{{jeux.ApplicationName}}
{% endfor%}

Send new Update
{% endblock %}