<%= @taxon?.label or "Falstaxon nofindius" %> <%= @institution?.label or "Fakington Community College" %> - <%= @specimenId or "ABC123" %>

Lateral View

Superior View

<% if @settings or true: %>
Settings
<%= @settings or '1.21 GW' %>
<% end %> <% if @comments or true: %>
Comments
<%= @comments or 'This was a hard skull to photograph' %>
<% end %> <% if @institution or true: %>
Institution
<%= @institution?.label or "Fakington Community College" %>
<% end %> <% if @specimenId or true: %>
Specimen ID
<%= @specimenId or "ABC123" %>
<% end %>