/var/www/vhosts/ihelp.ro/_OLD/templates/Causes
Edit: /var/www/vhosts/ihelp.ro/_OLD/templates/Causes/view.php (4968B)
= h($cause->id) ?>
| = __('Uuid') ?> |
= h($cause->uuid) ?> |
| = __('User') ?> |
= $cause->has('user') ? $this->Html->link($cause->user->id, ['controller' => 'Users', 'action' => 'view', $cause->user->id]) : '' ?> |
| = __('Name') ?> |
= h($cause->name) ?> |
| = __('Slug') ?> |
= h($cause->slug) ?> |
| = __('Description') ?> |
= h($cause->description) ?> |
| = __('Donation Amount') ?> |
= h($cause->donation_amount) ?> |
| = __('Id') ?> |
= $this->Number->format($cause->id) ?> |
| = __('Cause Image Id') ?> |
= $this->Number->format($cause->cause_image_id) ?> |
| = __('Date Start') ?> |
= h($cause->date_start) ?> |
| = __('Date End') ?> |
= h($cause->date_end) ?> |
| = __('Created') ?> |
= h($cause->created) ?> |
| = __('Modified') ?> |
= h($cause->modified) ?> |
| = __('Is Active') ?> |
= $cause->is_active ? __('Yes') : __('No'); ?> |