<%= t '.title' -%>

<%= notice %>

<%= t('home.configure.caption', :email => @operators.user.email) %>

<%= t 'home.configure.password_caption' -%>

<%= render '/users/registrations/form', :resource => @operators.user %>

<%= t 'home.configure.token_caption' -%>

<% if @operators.user.authentication_token %>
<%= t 'home.configure.your_token', :token => @operators.user.authentication_token -%>
<%= link_to t('home.configure.delete_token'), :action => :delete_token %> <% else %>
<%= t 'home.configure.about_token' -%>
<%= link_to t('home.configure.generate_token'), :action => :create_token %> <% end %>

<%= t 'home.configure.cancel_caption' -%>

<%= link_to t('home.configure.cancel_account'), registration_path('user'), :confirm => "Are you sure?", :method => :delete %>

<%= t_m 'Author' -%>

<% unless @operators.author %>
<%= t 'home.configure.no_author' -%>
<%= t 'home.configure.about_author' -%>
<% end %> <%= render @author_form.template_name, :form => @author_form %>

<%= t_m 'Artist' -%>

<% unless @operators.artist %>
<%= t 'home.configure.no_artist' -%>
<%= t 'home.configure.about_artist' -%>
<% end %> <%= render @artist_form.template_name, :form => @artist_form %>