<% if @object.respond_to? :description %>
  <div class="arv-description-as-subtitle">
    <%= render_editable_attribute @object, 'description', nil, { 'data-emptytext' => "(No description provided)", 'data-toggle' => 'manual' } %>
  </div>
<% end %>