- = $project['is_active'] ? t('Active') : t('Inactive') ?>
- = t('This project is private') ?>
- = Helper\a(t('Public link'), 'board', 'readonly', array('token' => $project['token'])) ?>
- = Helper\a(t('RSS feed'), 'project', 'feed', array('token' => $project['token'])) ?>
- = t('Public access disabled') ?>
- = dt('Last modified on %B %e, %Y at %k:%M %p', $project['last_modified']) ?>
0): ?>
0): ?>
- = Helper\a(t('%d tasks on the board', $stats['nb_active_tasks']), 'board', 'show', array('project_id' => $project['id'])) ?>
0): ?>
- = Helper\a(t('%d closed tasks', $stats['nb_inactive_tasks']), 'project', 'tasks', array('project_id' => $project['id'])) ?>
- = t('%d tasks in total', $stats['nb_tasks']) ?>
- = t('No task for this project') ?>
= t('Column') ?> |
= t('Task limit') ?> |
= t('Active tasks') ?> |
= Helper\escape($column['title']) ?> |
= $column['task_limit'] ?: '∞' ?> |
= $column['nb_active_tasks'] ?> |
= t('Github webhook') ?>
= t('Help on Github webhook') ?>