{% if tile.productionBegin or tile.productionEnd %}
{% if tile.productionBegin %} {{ tile.productionBegin.year }} {% else %} ? {% endif %} bis {% if tile.productionEnd %} {{ tile.productionEnd.year }} {% else %} heute {% endif %}
{% else %}
Zeitraum unbekannt
{% endif %}
Produktion