|
{% if (result.outward and result.outward.monCheck) or (result.return and result.return.monCheck) %}
Lu
{% else %}
Lu
{% endif %}
|
{% if (result.outward and result.outward.tueCheck) or (result.return and result.return.tueCheck) %}
Ma
{% else %}
Ma
{% endif %}
|
{% if (result.outward and result.outward.wedCheck) or (result.return and result.return.wedCheck) %}
Me
{% else %}
Me
{% endif %}
|
{% if (result.outward and result.outward.thuCheck) or (result.return and result.return.thuCheck) %}
Je
{% else %}
Je
{% endif %}
|
{% if (result.outward and result.outward.friCheck) or (result.return and result.return.friCheck) %}
Ve
{% else %}
Ve
{% endif %}
|
{% if (result.outward and result.outward.satCheck) or (result.return and result.return.satCheck) %}
Sa
{% else %}
Sa
{% endif %}
|
{% if (result.outward and result.outward.sunCheck) or (result.return and result.return.sunCheck) %}
Di
{% else %}
Di
{% endif %}
|