Home

Measure <%= measure.name %>

<%= measure.heading %>

<%= measure.date.to_string() %>

Authors
History
<% for history in &measure.history { %>
<%= history.description %>
<%= history.date.to_string() %>
<% if history.document.len() > 0 { %>
document
<% } %>

<% } %>