%! from django.utils.translation import ugettext as _ %> <%! from django.urls import reverse %> <%block name="content">
${_("Students will not be able to access this component. Re-edit your component to fix the error.")}
% if message:${_("Error:")} ${message | h}
% endif