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

Create new Degree

{{ include('degree/_form.html.twig') }} back to list {% endblock %}