{% extends "layout.html" %} {% block content %}
{{ _('List of users connected during the last week.') }}
{% include "./admin/template_responsive_table_users.html" %}{{ _('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 }} |