Exemplo n.º 1
0
$page_title = __('Coach requests');
$Crumbs->addCrumb($page_title);
$Template->output('header', ['title' => $page_title, 'nav_active' => 'coaches', 'page_controls' => [['text' => __('Back'), 'url' => $Crumbs->getPreviousPageUrl()]]]);
$Template->output('validator/status');
?>

<p><?php 
echo __('People who would like to coach you.');
?>
</p>

<?php 
$Cache->cacheOutput(function ($data) {
    extract($data);
    $table = new Tables\ClientRequests();
    $requests = $table->getCoachRequests();
    if ($requests) {
        ?>
		<table class="overview">
			<thead>
				<tr>
					<th><?php 
        echo __('Name');
        ?>
</th>
					<th><?php 
        echo __('Since');
        ?>
</th>
				</tr>
			</thead>