</th>
						<th class="td_l">
							<?php 
    echo JText::_('COM_JOOMLEAGUE_TABLE_TEAM');
    ?>
						</th>
						<th class="td_l">
							<?php 
    echo JText::_('Club-Staff function');
    ?>
						</th>
					</tr>
					<?php 
    $k = 0;
    foreach ($this->historyClubStaff as $station) {
        $link1 = JoomleagueHelperRoute::getTeamStaffRoute($station->project_id, $station->pid, $station->ttid);
        $link2 = JoomleagueHelperRoute::getPlayersRoute($station->project_id, $station->ttid);
        ?>
						<tr class="<?php 
        echo $k == 0 ? 'sectiontableentry1' : 'sectiontableentry2';
        ?>
">
							<td class="td_l">
								<?php 
        echo JHtml::link($link1, $station->pname);
        ?>
							</td>
							<td class="td_l">
								<?php 
        echo $station->sname;
        ?>