{% load i18n %}

{{ name|default:"Recent Actions" }}

{% if recent_actions %} {% else %}

{% trans "No recent actions" %}

{% endif %}