1 <div style="text-align: center; margin-bottom: 20px;">
 
   2   <a href="#" class="browse_show_list"><%- I18n.t('browse.start_rjs.object_list.back') %></a>
 
   4 <table width="100%" class="browse_heading">
 
   8       <a href="<%- url %>"><%- I18n.t('browse.start_rjs.object_list.details') %></a>
 
  12 <div class="browse_details">
 
  14     <% for (var key in attributes) { %>
 
  15       <li><b><%- key %></b>: <%- attributes[key] %></li>
 
  18   <a href="<%- url %>/history" class="browse_show_history"><%- I18n.t('browse.start_rjs.show_history') %></a>