{##}

{{ __('Actions') }}: {{ __(role.name) }}

{% if actionCount < 1 %}
{{ __('There are no records to display.') }}
{% else %}
{% for moduleName, moduleActions in actions %}
{{ __(moduleName) }}
{% endfor %}
{% endif %}