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

Skill index

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