|
|
|
|
@ -41,7 +41,9 @@ |
|
|
|
|
{% endif %} |
|
|
|
|
<div class="thematic_plan_{{ item.id }}"> |
|
|
|
|
{% if item.thematic_plan is empty %} |
|
|
|
|
<p>{{ 'StillDoNotHaveAThematicPlan' | get_lang }}</p> |
|
|
|
|
<div class="alert-thematic"> |
|
|
|
|
<div class="alert alert-info" role="alert">{{ 'StillDoNotHaveAThematicPlan' | get_lang }}</div> |
|
|
|
|
</div> |
|
|
|
|
{% else %} |
|
|
|
|
{% for subitem in item.thematic_plan %} |
|
|
|
|
<h4>{{ subitem.title }}</h4> |
|
|
|
|
|