Example #1
0
    ?>
</th>
          <th><?php 
    echo __('2°B');
    ?>
</th>
          <th><?php 
    echo __('1°B');
    ?>
</th>
          <th><?php 
    echo __('2°B');
    ?>
</th>
          <td><?php 
    echo StudentDisciplinarySanctionPeer::countStudentDisciplinarySanctions($student, $division->getSchoolYear(), $periods);
    ?>
</td>
        </tr>
        <tr>
          <?php 
    foreach ($periods as $period) {
        ?>
            <td><?php 
        echo $student->getConductPeriod($period) ? $student->getConductPeriod($period)->getConduct()->getShortName() : '-';
        ?>
</td>
          <?php 
    }
    ?>
        </tr>