{% set has_more_length = g.activity_list_limit|int %} {% set has_more = activities|length > has_more_length %} {% if activities %}
{{ _('No activities are within this activity stream') }}