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

Selling index

{% for selling in sellings %} {% else %} {% endfor %}
Id Note Sum Reduction actions
{{ selling.id }} {{ selling.note }} {{ selling.sum }} {{ selling.reduction }} show edit
no records found
Create new {% endblock %}