9 lines
291 B
Twig
9 lines
291 B
Twig
<div class="tile">
|
|
<div class="tile-content">
|
|
<div class="tile-title">{{ tile.status }}</div>
|
|
{% if tile.availableSince %}
|
|
<div class="tile-subtitle">seit {{ tile.availableSince }}</div>
|
|
{% endif %}
|
|
</div>
|
|
<small>Verfügbarkeit</small>
|
|
</div> |