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

Skill index

{% for skill in skills %} {% else %} {% endfor %}
Id Label actions
{{ skill.id }} {{ skill.label }} show edit
no records found
Create new {% endblock %}