?>
					<tr>
						<td><?php 
    secho($intervention['path']['truck']['matriculation']);
    ?>
</td>
						<td><?php 
    secho($intervention['path']['driver']['name']);
    ?>
</td>
						<td><?php 
    secho($intervention['path']['position'] ? $intervention['path']['position']['latitude'] . '/' . $intervention['path']['position']['longitude'] : 'Inconnue');
    ?>
</td>
						<td><?php 
    secho($intervention['repairer']['name']);
    ?>
</td>
						<td><?php 
    echo internalTools::getIconForInterventionStatus($intervention['status']);
    ?>
</td>
					</tr>
				<?php 
}
?>
			</table>
		</div>
	</div>
</div>