diff --git a/templates/files.html b/templates/files.html
index 0a58f99..bfcf079 100644
--- a/templates/files.html
+++ b/templates/files.html
@@ -57,7 +57,11 @@
{{how_many}} files
-
+ {% set nxt_disabled="" %}
+ {% if entry_data|length < how_many|int %}
+ {% set nxt_disabled="disabled" %}
+ {% endif %}
+
{% if "files_rbp" in request.url %}