=anchor('projects', _('Projects'));?> » =$project['name'];?> =_(sprintf('Shared with %s people', count($shares)));?>
=_('Description');?>
=auto_typography($project['description']);?>
=_('Experiments');?>
| =_('Name');?> | =_('Jobs');?> | =_('Actions');?> |
|---|---|---|
| =$experiment['name'];?> | =_('Completed');?> | =_('Show results');?> | =_('Copy');?> | =_('Edit');?> | =_('Delete');?> |
| =_('No experiments available.');?> | ||
=_('Recent jobs');?>
| =_('Experiment');?> | =_('Started');?> | =_('Finished');?> | =_('Actions');?> |
|---|---|---|---|
| =$job['name'];?> | =$job['started_at'];?> | =$job['finished_at'] != '0000-00-00 00:00:00' ? $job['finished_at'] : _('Currently running');?> | =_('Show results');?> | =_('Edit');?> |
| =_('No jobs found.');?> | |||