{% if not object.is_legacy %}
{% load encoding_tags %}
{{ object.content|striptags|htmlentitydecode }}
{{ object.content|htmlentitydecode|slugify }}
{% endif %}
{{ object.title|slugify }}
{{ object.title|striptags }}
{{ object.headline|slugify }}
{{ object.headline|striptags }}
{{ object.short_title|slugify }}
{{ object.short_title|striptags }}