{% extends 'admin/base.html.j2' %} {% block title %}{{ gettext('clients') }}{% endblock %} {% block content %} {% for client in clients %} {% endfor %}
id name created_at modified_at contact client_uri audience action
{{ client['client_id'] }} {{ client['client_name'] }} {{ client['created_at'] }} {{ client['updated_at'] }} {{ client['contacts'] }} {{ client['client_uri'] }} {{ client['audience'] }}
{% endblock%}