{% set is_210 = h.ckan_version().split('.')[1] | int >= 9 %}
  • {% if is_210 %} {% else %} {% endif %} {% if not is_210 %}

    {% endif %} {{ _('{actor} updated the group {group}').format( actor=ah.actor(activity), group=ah.group(activity) )|safe }}
    {{ h.time_ago_from_timestamp(activity.timestamp) }} {% if can_show_activity_detail %}  |  {{ _('Changes') }} {% endif %} {% if not is_210 %}

    {% endif %}