{% extends "paxalia/base.html" %} {% load static i18n %} {% block title %}{% trans "Package History" %} · {% trans "Paxalia Admin" %}{% endblock %} {% block page_title %}{% trans "Package history" %}{% endblock %} {% block page_subtitle %}{% trans "Import, export, and package validation operations" %}{% endblock %} {% block extra_css %}{% endblock %} {% block dashboard_content %}
{% trans "Package operations are recorded without storing package secrets or protected field values." %}
| {% trans "Time" %} | {% trans "Operation" %} | {% trans "User" %} | {% trans "Detail" %} |
|---|---|---|---|
| {{ item.created_at }} | {{ item.action }} | {% if item.user %}{{ item.user }}{% else %}{% trans "System" %}{% endif %} | {{ item.detail }} |
{% trans "No package operations found." %} | |||