{{ text.__('List of placeholders available for notification subject and text', 'psn') }}

{% set counter = 1 %}

{{ text.__('Static placeholders', 'psn') }}

{% autoescape false %}{{ text.__('For more details please check the placeholders help.', 'psn')|replace({'%s': 'http://docs.ifeelweb.de/post-status-notifier/placeholders.html'}) }}{% endautoescape %}

{% autoescape false %}{{ text.__('Be careful with user placeholders if your blog has very much users (several hundrets or even thousands) like [recipient_all_users] or [recipient_role_*] if the role has very much members. These could cause server load!', 'psn') }}{% endautoescape %}

{{ text.__('Array placeholders', 'psn') }}

{{ text.__('These placeholders contain PHP arrays. They can be used with filters and functions (see Conditions) to retrieve the data.', 'psn')|format('href="javascript:void(0)" class="conditions_help"')|raw }}

{% autoescape false %}{{ text.__('Be careful with user placeholders if your blog has very much users (several hundrets or even thousands) like [recipient_all_users_array] or [recipient_role_*_array] if the role has very much members. These could cause server load!', 'psn') }}{% endautoescape %}

{% for part in placeholdersArray|divide(3) %}
{% endfor %}

{{ text.__('Dynamic placeholders', 'psn') }}

{{ text.__('These placeholders are unique to this WordPress installation. They use the names of custom categories and tags.', 'psn') }}

{% for part in placeholdersDynamic|divide(3) %}
{% endfor %}

{{ text.__('Custom fields', 'psn') }}

{{ text.__('To retrieve the contents of custom post fields use this placeholder', 'psn') }}:

{{ text.__('The * stands for the name of the custom field.
Example: If you have a custom post field "actors" you should call your placeholder [post_custom_field-actors]', 'psn')|raw }}