{% extends "common/base.html" %} {% block title %}Room - DocuPulse{% endblock %} {% block content %}

{{ room.name }}

{{ room.description or 'No description' }}
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 %}
{% endblock %}