{% load typepad_filters %} {% load withblock %} {% with asset.summary|urlize|linebreaks|truncatewords_html:settings.paragraph_wordcount as summary %}
{{ summary }}
{% withblock %}{% spaceless %} {% with asset.asset as asset %} {% withblock %}moderation/assets/body/{{ asset.type_id }}.html{% as template_name %} {% include template_name %} {% endwithblock %} {% endwith %} {% endspaceless %}{% as detail %} {% ifnotequal summary detail %}
{{ detail }}
more...less... {% endifnotequal %} {% endwithblock %}
{% endwith %}