?>
)<br/>
	<?php 
echo $project->outputDates();
?>
<br/>
	<?php 
echo $project->outputDuration();
?>
	<?php 
echo $project->outputLocation();
?>
</small></p>
</h3>
<?php 
if ($project->recentPost() && $user->getId() == $project->getUserId()) {
    ?>
	<div class="alert alert-success storage-request-notice">
		<p>Now you've made a storage request don't forget:</p>
		<div><a target="_blank" href="<?php 
    echo $project->getMailingListURL();
    ?>
" class="btn btn-success">Read the mailing list topic</a> this is where other members <?php 
    if (!$project->isShortTerm()) {
        ?>
 can choose to expediate your request (if its urgent) or unapprove it.<?php 
    } else {
        ?>
 can raise any concerns they have with your request.<?php 
    }
    ?>