{% if showMore is defined %}
{{ 'mautic.core.search.more'|trans({'%count%': remaining}) }}
{% else %}
{{ page.title|purify }}
#{{ page.getId() }}
{{- include('@MauticCore/Helper/publishstatus_badge.html.twig', {
'entity': page,
'status': 'available',
'simplified': 'true'
}) -}}
{{ page.hits }}
{% endif %}