{% extends "passerelle/manage/service_view.html" %} {% load i18n passerelle %} {% block content %}

{% blocktrans with file=object.csv_file %}File: {{ file }} {% endblocktrans %}

{% trans 'Endpoints' %}

{% if perms.base.view_accessright %}

{% trans "Security" %}

{% trans 'Access is limited to the following API users:' %}

{% access_rights_table resource=object permission='can_access' %} {% endif %}
{% endblock %}