<div class="alert alert-<%- type %> status fc-status">
  <strong class="fc-status-label"><%- label %></strong>
  <span class="fc-status-text">
    <% if(text){ %>
    <%- text %>
    <% } else { %>
    &nbsp;<% // &nbsp; to get correct height for empty alerts %>
    <% } %>
  </span>
</div>
