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

Degree index

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