{% extends '::base.html.twig' %} {% block menuTop %} {%endblock %} {% block dashboard -%}
{% for entity in entities %} {% endfor %}
Id Asp Item {{'monitor.etiqueta.region' | trans}} Costo Actions
{{ entity.id }} {{ entity.asp }} {{ entity.repuesto }} {{ entity.region }} ${{ entity.costo |number_format(2, '.', ',')}}
{% endblock %}