<h1><%= plan.title %></h1>
<% if plan.visibility == 'is_test' %>
<div class="roadmap-info-box">
<i class="fa fa-exclamation-circle" aria-hidden="true"></i>
<span><%= _('This is a') %> <strong><%= _('test plan') %></strong>.</span>
</div>
<% end %>