<%! from django.utils.translation import ugettext as _ %> <%! from django.core.urlresolvers import reverse %> <%block name="content">

${_("We're having trouble rendering your component")}

${_("Students will not be able to access this component. Re-edit your component to fix the error.")}

% if message:

${_("Error:")} ${message | h}

% endif