<div class="project-comment-single"> | |
<p class="project-comment-meta"> | |
<strong>Status:</strong>{{ status }}<br> | |
<strong>Number of slots:</strong> {{ quantity }}<br> | |
<strong>Created on:</strong>{{ created_on }} | |
</p> | |
{% if org_message %} | |
<p>{{ org_message }}</p> | |
{% endif %} | |
</div> |