{% extends "base.html" %} {% block header_css %} {% endblock %} {% block title %} Update ACLs for {{project.title|capfirst}} {% endblock %} {% block content %} {% if project.is_private %}
These are the only users who can see this project or anything related to it.
{% else %}This project is not private, so this access control list has no effect.
{% endif %} {% endblock %} {% block two-columns %} {% endblock %}