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

Fault index

{% for fault in faults %} {% else %} {% endfor %}
Id Wording actions
{{ fault.id }} {{ fault.Wording }} show edit
no records found
Create new {% endblock %}