{% extends "baseTemplate/index.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Test Plugin Logs - CyberPanel" %}{% endblock %} {% block header_scripts %} {% endblock %} {% block content %}
{% trans "View detailed activity logs for the test plugin" %}
| {% trans "Action" %} | {% trans "Message" %} | {% trans "Timestamp" %} |
|---|---|---|
| {{ log.action|title|replace:"_":" " }} | {{ log.message }} | {{ log.timestamp|date:"M d, Y H:i:s" }} |
{% trans "No activity logs available yet. Start using the plugin to see logs here." %}