<% if cell.deleted_at.is_some() { %> <% } else { %>
<% if edit { %>
<% } %>
<%= cell.cell_number %>
<% if cell.code() { %>
<%- cell.contents %>
<% } %> <% if cell.html().is_some() { %>
<%- cell.html().unwrap() %>
<% } %>
<% if cell.code() && !edit { %>
<% } %>
<% if cell.execution_time.is_some() { %>
TODO
<% } %>
<% } %>