<% @page_title = "Account Settings" %> <% content_for :header do %>

<%= @page_title %> <% unless Current.user.admin? %>
Only admins can change these settings
<% end %>

<% end %>
<%= render "account/settings/name", account: @account %> <%= render "account/settings/users", users: @users %>
<%= render "account/settings/entropy", account: @account %> <%= render "account/settings/export" if Current.user.admin? || Current.user.owner? %> <%= render "account/settings/cancellation" %>