{% extends "Froxlor/userarea.html.twig" %} {% block heading %}
{{ lng('panel.viewlogs') }}
{% endblock %} {% block actions %} {% if actions_links is iterable or (entity_info is defined and entity_info is not empty) %}
{% if actions_links is iterable %} {% for link in actions_links %} {{ link.label }} {% endfor %} {% endif %}
{% endif %} {% endblock %} {% block content %}
{% endblock %}