steps)) : ?> steps)) : ?>
:
isNew()) : ?>
steps) > 0) : ?> steps as $step) : ?> id}_{$step->step}") ?>">
step ?> title) ?> tip) ?> route) ?> chdate ? date('d.m.Y H:i', $tour->chdate) : '' ?> author ? $step->author->getFullName() : ($step->author_email ?: _('unbekannt'))) ?> setContext($step->title) ?> addLink( $controller->url_for('tour/edit_step/' . $tour->tour_id . '/' . $step->step), _('Schritt bearbeiten'), Icon::create('edit'), ['data-dialog' => 'size=auto;reload-on-close'] ) ?> addLink( $controller->url_for('tour/admin_details/' . $tour->tour_id, ['delete_tour_step' => $step->step]), _('Schritt löschen'), Icon::create('trash') ) ?> addLink( $controller->url_for('tour/edit_step/' . $tour->tour_id . '/' . ($step->step + 1) . '/new'), _('Neuen Schritt hinzufügen'), Icon::create('add'), ['data-dialog' => 'size=auto;reload-on-close'] ) ?> render() ?>