comment out orphaned files

This commit is contained in:
vabene1111 2023-12-16 07:40:09 +01:00
parent 6214176fe5
commit 04b4f552f8

View File

@ -96,16 +96,16 @@
</h4> </h4>
{{postgres_message}} {{postgres_message}}
<h4 class="mt-3"> {# <h4 class="mt-3">#}
{% trans 'Orphaned Files' %} {# {% trans 'Orphaned Files' %}#}
{##}
<span class="badge badge-{% if orphans|length == 0 %}success{% elif orphans|length <= 25 %}warning{% else %}danger{% endif %}"> {# <span class="badge badge-{% if orphans|length == 0 %}success{% elif orphans|length <= 25 %}warning{% else %}danger{% endif %}">#}
{% if orphans|length == 0 %}{% trans 'Success' %} {# {% if orphans|length == 0 %}{% trans 'Success' %}#}
{% elif orphans|length <= 25 %}{% trans 'Warning' %} {# {% elif orphans|length <= 25 %}{% trans 'Warning' %}#}
{% else %}{% trans 'Danger' %} {# {% else %}{% trans 'Danger' %}#}
{% endif %} {# {% endif %}#}
</span> {# </span>#}
</h4> {# </h4>#}
{% if orphans|length == 0 %} {% if orphans|length == 0 %}
{% trans 'Everything is fine!' %} {% trans 'Everything is fine!' %}