@ -1,10 +1,24 @@ {% extends "common/base.html" %} {% from "components/header.html" import header %} {% block title %}Room - DocuPulse{% endblock %} {% block content %} {{ header( title=room.name, description=room.description or 'No description', @ -20,68 +34,94 @@
Files
{% if current_user.is_admin %} Manage Members {% endif %} {% if current_user.is_admin or can_upload %}
{% endif %} {% if current_user.is_admin or can_download %} {% endif %} {% if current_user.is_admin or can_delete %} {% endif %}
@ -217,1713 +266,29 @@
{% endblock %}