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

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

You can try re-editing your component to check that your syntax is correct.

% if message:

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

% endif