getData('contracts') ?? []; $previous = empty($contracts) ? '{/prefix}contract/list' : '{/prefix}contract/list?{?}&id=' . \reset($contracts)->getId() . '&ptype=p'; $next = empty($contracts) ? '{/prefix}contract/list' : '{/prefix}contract/list?{?}&id=' . \end($contracts)->getId() . '&ptype=n'; $now = new \DateTime('now'); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Title'); ?> | = $this->getHtml('End'); ?> |
| = $value->getId(); ?> | = $this->printHtml($value->title); ?> | = $value->end !== null ? $value->end->format('Y-m-d') : ''; ?> |