mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-21 17:54:24 +00:00
17 lines
747 B
Twig
17 lines
747 B
Twig
<div class="alert alert-warning alert-with-actions">
|
|
<div class="float-button bottom"><div class="box">
|
|
<div class="action">
|
|
<ul class="record_actions">
|
|
<li>
|
|
<a class="btn btn-sm btn-update change-icon"
|
|
href="{{ path('chill_person_accompanying_course_edit', { 'accompanying_period_id': accompanyingCourse.id, '_fragment': 'section-10' }) }}">
|
|
<i class="fa fa-fw fa-crosshairs"></i>
|
|
{{ 'fix it'|trans }}
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
{{ 'Some peoples does not belong to any household currently. Add them to an household soon'|trans }}
|
|
</div></div>
|
|
</div>
|