accourse resume page: social-actions, put some items in 2 columns

This commit is contained in:
2021-11-26 19:39:38 +01:00
parent 93dbc32009
commit 16fcfda88f
2 changed files with 16 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
<span class="title_action">
{{ w.socialAction|chill_entity_render_string }}
<ul class="small_in_title">
<ul class="small_in_title columns mt-3">
<li>
<span class="item-key">{{ 'accompanying_course_work.start_date'|trans ~ ' : ' }}</span>
<b>{{ w.startDate|format_date('short') }}</b>
@@ -22,6 +22,8 @@
<b>{{ w.endDate|format_date('short') }}</b>
</li>
{% endif %}
</ul>
<ul class="small_in_title">
{% if w.handlingThierParty %}
<li>
<span class="item-key">{{ 'Thirdparty handling'|trans ~ ' : ' }}</span>
@@ -35,17 +37,17 @@
{% endfor %}
</li>
</ul>
<ul class="list-content">
<ul class="list-content my-3">
<li class="social-issues">
{{ w.socialAction.issue|chill_entity_render_box }}
</li>
</ul>
<ul class="small_in_title">
<ul class="small_in_title mb-3">
{% for e in w.accompanyingPeriodWorkEvaluations %}
<li>
<span class="item-key">{{ 'accompanying_course_work.social_evaluation'|trans ~ ' : ' }}</span>
{{ e.evaluation.title|localize_translatable_string }}
<ul class="small_in_title__">
<ul class="columns">
{% if e.startDate %}
<li>
<span class="item-key">{{ 'accompanying_course_work.start_date'|trans ~ ' : ' }}</span>