{% if searchresults.S_POST_PRIVATE %}
{% else %}
{% if searchresults.S_IGNORE_POST %}
{{ L_PRIVATE_POST_NO_CONTENT }}
{{ searchresults.L_IGNORE_POST }}
{% else %}
{{ searchresults.POST_SUBJECT }}
{% EVENT search_results_postprofile_before %} {% EVENT search_results_postprofile_after %}
{{ searchresults.MESSAGE }}
{% endif %}
{% if not searchresults.S_IGNORE_POST %}
{% endif %}
{% endif %}