{% extends "passerelle/manage/service_view.html" %} {% load i18n passerelle %} {% block content %}
{% blocktrans with file=object.csv_file %}File: {{ file }} {% endblocktrans %}
{%trans 'simple combination of column key name and filter i.e name__contains=james or age__gt=17'%}
{% trans 'Access is limited to the following API users:' %}
{% access_rights_table resource=object permission='can_access' %} {% endif %}