{% extends "base.html" %} {% block title %}Change privacy for {{ noun }} {{ table }} in {{ database }}{% endblock %} {% block crumbs %} {{ crumbs.nav(request=request, database=database, table=table) }} {% endblock %} {% block content %}
The {{ database }} database is currently public, so you cannot change the visibility of this {{ noun }}.
{% else %} {% endif %} {% include "_public_audit_log.html" %} {% endblock %}