mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
add condition about date outside of li tags
This commit is contained in:
@@ -32,21 +32,21 @@
|
||||
{{'No dates specified'|trans}}
|
||||
{% else %}
|
||||
<ul class="record_actions_column">
|
||||
<li>
|
||||
{% if task.startDate is not null %}
|
||||
{% if task.startDate is not null %}
|
||||
<li>
|
||||
{{'Start'|trans}} :{{ task.startDate|localizeddate('medium', 'none') }}
|
||||
{% endif %}
|
||||
</li>
|
||||
<li>
|
||||
{% if task.warningDate is not null %}
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if task.warningDate is not null %}
|
||||
<li>
|
||||
{{'Warning'|trans}} :{{ task.warningDate|localizeddate('medium', 'none') }}
|
||||
{% endif %}
|
||||
</li>
|
||||
<li>
|
||||
{% if task.endDate is not null %}
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if task.endDate is not null %}
|
||||
<li>
|
||||
{{'End'|trans}} :{{ task.endDate|localizeddate('medium', 'none') }}
|
||||
{% endif %}
|
||||
</li>
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user