<%= message %> <% if profile.blocked? && user && user.is_admin?(profile.environment) %>
<%= button :lock, _('Unblock'), {:controller => 'profile', :action => 'unblock'} %>
<% end %>