{% extends 'base.html' %} {% block breadcrumbs %} {{ super() }} {% endblock %} {% block content %}

{{ _("Authorizations") }}

{{ _("Manage user permissions for machines") }}

{% for authorization in authorizations %} {% endfor %}
ID {{ _("User") }} {{ _("Machine") }} {{ _("Action") }}
{{ authorization.authorization_id }} {{ authorization.user.name }} {{ authorization.user.surname }} {{ authorization.machine.machine_name }} {{ _("Edit") }} {{ _("Delete") }}
{{ _("Export table") }}
{% endblock %}