<% if (!options.editor_mode || !options.title_editable) { %>
<%- project.get("title") || translate("Untitled project")%>
<% } else { %>
<% } %>
<% if (options.show_user_list) { %>
<% if (options.show_user_color) { %>
<% if (options.user_color_editable) { %>
<% } %>
<% if (options.user_color_editable) { print(colorPicker('Rk-Editor-ColorPicker-User')) } %>
<% } %>
<unknown user>
<% } %>
<% if (options.home_button_url) {%>
<% } %>
<% if (options.show_fullscreen_button) { %>
<% } %>
<% if (options.editor_mode) { %>
<% if (options.show_addnode_button) { %>
<% } %>
<% if (options.show_addedge_button) { %>
<% } %>
<% if (options.show_export_button) { %>
<% } %>
<% if (options.show_save_button) { %>
<% } %>
<% if (options.show_open_button) { %>
<% } %>
<% if (options.show_bookmarklet) { %>
<% } %>
<% } else { %>
<% if (options.show_export_button) { %>
<% } %>
<% }; %>
<% if (options.show_search_field) { %>
<% } %>
<% } %>