➕ <%= t.medicationCreate.title %>
<% if (error) { %>
<%= error %>
<% } %>
<%= t.medicationCreate.medication %>
<%= t.medicationCreate.form %>
<% forms.forEach(f => { %>
<%= f.name %>
<% }) %>
<%= t.medicationCreate.dosage %>
<%= t.medicationCreate.package %>
<%= t.medicationCreate.save %>
<%= t.medicationCreate.cancel %>