-
- {% if not tagged_sessions %}
-
- {% for session in tagged_sessions %}
- {% trans %}No tagged sessions yet{% endtrans %}
- {% endif %} -
- {{ video_thumbnail(session) }}
+ {% if profile.features.is_private() %}
+
+ {% endif %}
{% endblock contentwrapper %}
{% trans %}This is a private account{% endtrans %}
+ {% else %} +
+
+ {% for session in tagged_sessions %}
+
+ {% if not tagged_sessions %}
+
- {% endfor %}
- {% trans %}No tagged sessions yet{% endtrans %}
+ {% endif %}
+ {{ video_thumbnail(session) }}
+
+ {% endfor %}
+