{{ _('Site Activity Log') }}
{% if c.activity_counts %}{{ _('Month') }} | {{ _('Activity Type') }} | {{ _('Count') }} |
---|---|---|
{{ month }} | {{ type }} | {{ count }} |
{{ _('No groups') }}
{% endif %}{{ _('Recent Datasets') }}
{% if c.recent_datasets %}{{ _('Date') }} | {{ _('Dataset') }} | {{ _('New/Modified') }} |
---|---|---|
{{ date }} | {{ h.link_to(package.title or package.name, h.url_for(controller='package', action='read', id=package.name)) }} | {{ newmodified }} |
{{ _('No groups') }}
{% endif %}{{ _('User Access List') }}
{% if c.user_access_list %}{{ _('Username') }} | {{ _('Sysadmin') }} | {{ _('Organisational Role') }} |
---|---|---|
{{ username }} | {{ sysadmin }} | {{ role }} |
{{ _('No groups') }}
{% endif %}{{ _('Total number of Datasets') }}
{% set xaxis = {'mode': 'time', 'timeformat': '%y-%b'} %} {% set yaxis = {'min': 0} %}{{ _("Date") }} | {{ _("Total datasets") }} |
---|---|
{{ row.total_packages }} |
{{ _('Dataset Revisions per Week') }}
{% set xaxis = {'mode': 'time', 'timeformat': '%y-%b'} %} {% set lines = {'fill': 1} %}{{ _("Date") }} | {{ _("All dataset revisions") }} | {{ _("New datasets") }} |
---|---|---|
{{ row.total_revisions }} | {{ c.raw_new_datasets[loop.index0].new_packages }} |
{{ _('Most Edited Datasets') }}
{% if c.most_edited_packages %}{{ _('Dataset') }} | {{ _('Number of edits') }} |
---|---|
{{ h.link_to(package.title or package.name, h.url_for(controller='package', action='read', id=package.name)) }} | {{ edits }} |
{{ _('No edited datasets') }}
{% endif %}{{ _('Largest Groups') }}
{% if c.largest_groups %}{{ _('Group') }} | {{ _('Number of datasets') }} |
---|---|
{{ h.link_to(group.title or group.name, h.url_for(controller='group', action='read', id=group.name)) }} | {{ num_packages }} |
{{ _('No groups') }}
{% endif %}{{ _('Datasets by Organization') }}
{% if c.by_org %}{{ _('Organisation') }} | {{ _('Public/Archived') }} | {{ _('Number of datasets') }} | |
---|---|---|---|
{{ h.link_to(group.title or group.name, h.url_for(controller='organization', action='read', id=group.name)) }} | {% if private == True %}Archived | {% else %}Public | {% endif %}{{ num_packages }} |
{{ _('No groups') }}
{% endif %}{{ _('Resources by Organization') }}
{% if c.res_by_org %}{{ _('Organisation') }} | {{ _('Tabular') }} | {{ _('Spatial') }} | {{ _('Other') }} | {{ _('Total') }} |
---|---|---|---|---|
{{ h.link_to(group.title or group.name, h.url_for(controller='organization', action='read', id=group.name)) }} | {{ t }} | {{ s }} | {{ o }} | {{ tot }} |
{{ _('No groups') }}
{% endif %}{{ _('Most Active Organisations') }}
{% if c.top_active_orgs %}{{ _('Organisation') }} | {{ _('Number of datasets updated recently') }} |
---|---|
{{ h.link_to(group.title or group.name, h.url_for(controller='organization', action='read', id=group.name)) }} | {{ num_packages }} |
{{ _('No groups') }}
{% endif %}{{ _('Summary') }}
{% if c.summary_stats %}{{ _('Measure') }} | {{ _('Value') }} |
---|---|
{{measure}} | {{ value }} |
{{ _('No groups') }}
{% endif %}