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