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

Carrier index

{% for carrier in carriers %} {% else %} {% endfor %}
Id Name Description Price actions
{{ carrier.id }} {{ carrier.name }} {{ carrier.description }} {{ carrier.price }} show edit
no records found
Create new {% endblock %}