{% extends 'base.html' %} {% block content %}

{{ _('Activity Log records all important actions performed by user on the panel, such as editing or modifying files, deleting websites, enabling SSH access, etc.') }}

{% if search_term %} Showing {{ log_content|length }} of {{ total_lines }} items {% else %} Showing {{ items_per_page * (current_page - 1) + 1 }} - {% if items_per_page * current_page > total_lines %}{{ total_lines }}{% else %}{{ items_per_page * current_page }}{% endif %} out of {{ total_lines }} items {% endif %}
{% if search_term %} {% else %}
{% endif %}
{% endblock %}