def __str__(self): tpl = get_template(self.template) return mark_safe(tpl.render(Context(self.get_context())))