{% set has_more_length = g.activity_list_limit|int %} {% set has_more = activities|length > has_more_length %} {% if activities %} {% else %}

{{ _('No activities are within this activity stream') }}

{% endif %}