?>
">Send message...</a>
    </div>
    <div class="col-xs-4">
        <div class="">
            <?php 
if ($project_meta['type_budget'][0] == 'hourly_rate') {
    echo fre_price_format($bid_budget) . '/h';
} else {
    echo fre_price_format($bid_budget);
}
?>
        </div>
        <div class="trace-time-of-week">
            <?php 
echo get_tracker_time_of_week($current_user->ID, $item['ID']) . ' this week';
?>
            <?php 
if ($project_meta['type_budget'][0] == 'hourly_rate') {
    echo ' of ' . $project_meta['hours_limit'][0] . ' hours limit.';
}
?>
        </div>
        <div class="trace-link-work-diary">
            <a class="work-diary" href="/diary?project_id=<?php 
echo $item['ID'];
?>
">View work diary</a>
        </div>
    </div>
</div>
?>
">
    <input type="hidden" name="current_user" value="<?php 
echo $freelancer_id;
?>
">

    <div class="col-xs-12">
        <a href="/trace">Back to projects</a>
    </div>
</div>
<div class="row">
    <div class="col-xs-8">
        <h4><?php 
echo $current_project_post->post_title;
?>
</h4>

        <p><?php 
echo get_tracker_time_of_week($freelancer_id, $project_id);
?>
 time this week</p>
    </div>
    <div class="col-xs-2">
        <p>Selected : <span class="select-count-diary">00:00</span> min</p>
    </div>
    <div class="col-xs-2">
        <!--                    <button type="button" class="btn btn-primary" id="delete_items">Delete</button>-->
        <button type="button" class="btn btn-warning" id="select_all" data-toogle="1">Select all</button>
    </div>
</div>
?>
">
    <input type="hidden" name="current_user" value="<?php 
echo $current_user->ID;
?>
">

    <div class="col-xs-12">
        <a href="/trace">Back to jobs</a>
    </div>
</div>
<div class="row">
    <div class="col-xs-8">
        <h4><?php 
echo $current_project_post->post_title;
?>
</h4>

        <p><?php 
echo get_tracker_time_of_week($current_user->ID, $project_id);
?>
 time this week</p>
    </div>
    <div class="col-xs-2">
        <p>Selected : <span class="select-count-diary">00:00</span> min</p>
    </div>
    <div class="col-xs-2">
        <button type="button" class="btn btn-primary" id="delete_items">Delete</button>
        <button type="button" class="btn btn-warning" id="select_all" data-toogle="1">Select all</button>
    </div>
</div>
echo $user_info->nickname;
?>
"><?php 
echo $item['bid_author'];
?>
</a></div>

        <a class="project-details" href="<?php 
echo $item['guid'];
?>
">Project details</a>
        <a class="send-message" href="/chat-room?chat_contact=<?php 
echo $item['author_id'];
?>
">Send message...</a>
    </div>
    <div class="col-xs-4">
        <div class="trace-time-of-week">
            <?php 
echo get_tracker_time_of_week($item['author_id'], $item['post_parent']) . ' this week';
?>
        </div>
        <div class="trace-link-work-diary">
            <a class="work-diary" href="/diary?project_id=<?php 
echo $item['post_parent'] . '&freelancer_id=' . $item['author_id'];
?>
">View
                work diary </a>
        </div>
    </div>
</div>