{% extends "layout.html" %} {% block content %}
{{ _('List of users connected during the last week.') }}
{% include "./admin/template_responsive_table_users.html" %}{{ _('Go to the') }} {{ _('users management page') }}.
{{ _('Updates since the last 4 weeks.') }}
{{ _('id') }} | {{ _('Name') }} | {{ _('Organization') }} | {{ _('Owner') }} | {{ _('Last updated') }} |
---|---|---|---|---|
{{object.id }} | {{ object.name }} | {{ object.organization.name }} | {{ object.creator.login }} | {{ object.last_updated | datetime }} |
{{ _('Updates since the last 4 weeks.') }}
{{ _('id') }} | {{ _('Name') }} | {{ _('Organization') }} | {{ _('Owner') }} | {{ _('Last updated') }} |
---|---|---|---|---|
{{schema.id }} | {{ schema.name }} | {{ schema.organization.name }} | {{ schema.creator.login }} | {{ schema.last_updated | datetime }} |
{{ _('Updates since the last 4 weeks.') }}
{{ _('id') }} | {{ _('Name') }} | {{ _('Last updated') }} |
---|---|---|
{{collection.id }} | {{ collection.name }} | {{ collection.last_updated | datetime }} |