<div class="row">
    <div class="span12">
        <div class="widget widget-nopad">
            <br>

            <div class="widget-header">
                <i class="icon-bell"></i>
                <h3> Timesheet &raquo; <?php 
echo \Fuel\Core\Str::truncate($task->project->name, 50) . ' &raquo; ' . \Fuel\Core\Str::truncate($task->project_task_description, 50, '...');
?>
  </h3>
                <span class="pull-right"><h3> <?php 
echo date('D d M Y', $timestamp);
?>
 </h3></span>
            </div>                
            <?php 
echo Fuel\Core\Form::open(array('action' => 'user/timesheets/logtimes/' . $timestamp), array('timestamp' => $timestamp, 'id' => $task->id));
?>
                <div class="widget-content">
                    <div class="well-large">
                        <p>
                            <strong>Instructions or Notes:</strong><br>
                            <?php 
echo trim($task->comment) != '' ? trim($task->comment) : 'N/A';
?>
                        </p>
                    </div>
                    <div class="table-responsive">
                        <table class="table table-hover">
                            <thead>