| ... | ... |
@@ -81,6 +81,7 @@ |
| 81 | 81 |
{{ _self.listEntry(featureTrans|trans({}, 'contao_default'),'Ja') }}
|
| 82 | 82 |
{% endfor %}
|
| 83 | 83 |
{% if item.entitlementCertificate == '1' %}{{ _self.listEntry('MSC.re_entitlementCertificate'|trans({}, 'contao_default'),'Ja',{ class: 'mt-default', strong: true }) }}{% endif %}
|
| 84 |
+ {% if item.availableFrom is not empty %}{{ _self.listEntry('tl_vr_real_estate_assets.availability.0'|trans({}, 'contao_default'),{{ item.availableFrom }}) }}{% endif %}
|
|
| 84 | 85 |
</ul> |
| 85 | 86 |
</div> |
| 86 | 87 |
{{ _self.backgroundWrapper_close }}
|