<% if team.description.present? and not team.description.empty? %>
  <%= team.description %>
<% else %>
  <em><%= t('users.settings.teams.edit.header_no_description') %></em>
<% end %>