mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-01 10:59:45 +00:00
10 lines
319 B
Twig
10 lines
319 B
Twig
{%- macro details(w, accompanyingCourse, options) -%}
|
|
{% include '@ChillPerson/AccompanyingCourseWork/_item.html.twig' with {
|
|
'displayAction': true,
|
|
'displayContent': 'short',
|
|
'displayFontSmall': true,
|
|
'itemBlocClass': '',
|
|
'displayNotification': true
|
|
} %}
|
|
{% endmacro %}
|