{% set archivo_esquema_colores = dv['esquemaColores'] + "/base.css" %}
{{ dv['categoriaActual'] }}
{ pendiente} MB disponibles ({ pendiente}%) Total de { pendiente } archivos
{{ archivoObj['name'] }} {% if archivoObj['size'] < 1000 %} {{ archivoObj['size'] }} B {% elif archivoObj['size'] >= 1000 and archivoObj['size'] < 1000000 %} {{ '%0.2f'|format(archivoObj['size']/1000) }} KB {% elif archivoObj['size'] >= 1000000 and archivoObj['size'] < 1000000000 %} {{ '%0.2f'|format(archivoObj['size']/1000000) }} MB {% elif archivoObj['size'] >= 1000000000 %} {{ '%0.2f'|format(archivoObj['size']/1000000000) }} GB {% endif %} {% if archivoObj['restante'] >= 10 %} {{ archivoObj['restante'] }} días {% elif archivoObj['restante'] < 10 and archivoObj['restante'] > 3 %} {{ archivoObj['restante'] }} días {% elif archivoObj['restante'] <= 3 %} {{ archivoObj['restante'] }} días {% endif %}
{% endfor %}Revisa las estadísticas de los archivos.
Código fuente de esta aplicación.