<% if (error && error.message) { %>
<%= gettext(error.message) %>
<% } %>
<%= gettext("Certificate Information") %>
" value="<%= name %>" aria-describedby="certificate-name-<%=uniqueId %>-tip" /> <%= gettext("Name of the certificate") %>
<%= gettext("Description of the certificate") %>

<%= gettext("Certificate Details") %>

<%= gettext("Course Title") %>: <%= course.get('name') %>
" value="<%= course_title %>" aria-describedby="certificate-course-title-<%=uniqueId %>-tip" /> <%= gettext("Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.") %>

<%= gettext("Certificate Signatories") %>

<%= gettext("It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.") %>

<%= gettext("(Add signatories for a certificate)") %>
<% if (!isNew && (CMS.User.isGlobalStaff || !is_active)) { %> <%= gettext("Delete") %> <% } %>