diff --git a/templates/default/torrent/info.html.twig b/templates/default/torrent/info.html.twig
index 4d530ab..5a1bdf5 100644
--- a/templates/default/torrent/info.html.twig
+++ b/templates/default/torrent/info.html.twig
@@ -220,6 +220,18 @@
{% endif %}
+
+
+ {{ 'Private' | trans }}
+ |
+
+ {% if file.private %}
+ {{ 'Yes' | trans }}
+ {% else %}
+ {{ 'No' | trans }}
+ {% endif %}
+ |
+
{% if file.source %}
diff --git a/translations/messages+intl-icu.cs.xlf b/translations/messages+intl-icu.cs.xlf
index e40a671..e661df7 100644
--- a/translations/messages+intl-icu.cs.xlf
+++ b/translations/messages+intl-icu.cs.xlf
@@ -909,6 +909,10 @@
Show filter
+
+
+ Private
+
|