قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-21 22:47:43 +00:00

Only the files declaring a shebang have their execution bit set. Everything else is not executable to avoid possible security issues
8 خطوط
394 B
Twig
8 خطوط
394 B
Twig
<p>{{ 'PrivacyManager_CurrentDBSize'|translate }}: {{ dbStats.currentSize }}</p>
|
|
{% if dbStats.sizeAfterPurge is defined %}
|
|
<p>{{ 'PrivacyManager_EstimatedDBSizeAfterPurge'|translate }}: <strong>{{ dbStats.sizeAfterPurge }}</strong></p>
|
|
{% endif %}
|
|
{% if dbStats.spaceSaved is defined %}
|
|
<p>{{ 'PrivacyManager_EstimatedSpaceSaved'|translate }}: {{ dbStats.spaceSaved }}</p>
|
|
{% endif %}
|