{% extends 'base.html.twig' %} {% block title %}{{'Beer index'}}{% endblock %} {% block body %} {# responsive, fixed-width container class #}
{{'Id'}} | {{'Name'}} | {{'Alcool'}} | {{'actions'}} |
---|---|---|---|
{{ beer.id }} | {{ beer.name }} | {{ beer.alcool }} | |
{{'no records found'}} |