Privacy Preserving ABAC
{% if user.is_authenticated %} {{ user.username }}
Logout
{% else %}
Login
{% endif %}
{% if user.is_authenticated %}
Upload File
{% if perms.abac.can_create_users %}
Create User
{% endif %}
Upload Certificate
{% endif %}
{% block content %}{% endblock %}