AppStateESS/homestead

View on GitHub
templates/student/menuBlocks/searchProfilesMenuBlock.tpl

Summary

Maintainability
Test Coverage
<h3>{ICON} <span class={STATUS}>Search Roommate Profiles</span></h3>

<div class="block-content">
    <div class="text-muted">Available: {DATES}</div>

<p>
<!-- BEGIN too_soon -->
This feature will be available on {BEGIN_DEADLINE}.
<!-- END too_soon -->

<!-- BEGIN too_late -->
Roommate profile searching ended on {END_DEADLINE}.
<!-- END too_late -->

<!-- BEGIN no_profile -->
To use the roommate profile search feature, please create your profile first in the section above. {NO_PROFILE}
<!-- END no_profile -->

<!-- BEGIN no_app -->
Click the link below to use the Roommate Search Tool to look for potential roommates based on their profiles.<br />
    {SEARCH_ROOMMATES}
<!-- END no_app -->
</p>
</div>