<%%= if @current_<%= schema.singular %> do %>
- <%%= @current_<%= schema.singular %>.email %>
- <%%= link "Settings", to: Routes.<%= schema.route_helper %>_settings_path(@conn, :edit) %>
- <%%= link "Log out", to: Routes.<%= schema.route_helper %>_session_path(@conn, :delete), method: :delete %>
<%% else %>
- <%%= link "Register", to: Routes.<%= schema.route_helper %>_registration_path(@conn, :new) %>
- <%%= link "Log in", to: Routes.<%= schema.route_helper %>_session_path(@conn, :new) %>
<%% end %>