{% extends 'base.html.twig' %} {% block title %}Gl index{% endblock %} {% block body %}

Gl index

{% for gl in gls %} {% else %} {% endfor %}
GlId Name CityId Active actions
{{ gl.glId }} {{ gl.name }} {{ gl.cityId }} {{ gl.active ? 'Yes' : 'No' }} show edit
no records found
Create new {% endblock %}