File size: 406 Bytes
e4f4821
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
<div class="project-overview-columns">
    <?php foreach ($columns as $column): ?>
        <div class="project-overview-column">
            <strong title="<?= t('Task count') ?>"><span class="ui-helper-hidden-accessible"><?= t('Task count') ?> </span><?= $column['nb_open_tasks'] ?></strong>
            <small><?= $this->text->e($column['title']) ?></small>
        </div>
    <?php endforeach ?>
</div>