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

Stock index

{% for stock in stocks %} {% else %} {% endfor %}
Id Wording Description Quantity actions
{{ stock.id }} {{ stock.Wording }} {{ stock.Description }} {{ stock.Quantity }} show edit
no records found
Create new {% endblock %}