{% extends "page.html" %} {% import "_dgu_jinja_util.html" as m with context %} {% block title %}Poročilo organizacije - {{ super() }}{% endblock %}
Ime | Št. zbirk | Status zbirk | Administratorji | Uredniki | Dodan |
---|---|---|---|---|---|
{{g.title}} | {{ g.packages()|length }} | {{ g.approval_status }} | {% for capacity in ('admin', 'editor') %}{% for user in h.group_get_users(g, capacity=capacity) %} {{h.link_to(user.display_name, h.url_for(controller='user', action='read', id=user.name))}}{% if not loop.last %},{% endif%} {% endfor %} | {% endfor %}