{% set page="new_projects" %} {% extends 'allura:templates/site_admin.html' %} {% block content %} {{ c.page_size.display(limit=limit, count=count, page=pagenum) }} {% for p in projects %} {% endfor %}
Created Shortname Name Short description Summary Deleted? Homepage Admins
{{ p._id.generation_time.strftime('%Y-%m-%d %H:%M:%S') }} {{ p.shortname }} {{ p.name }} {{ p.short_description }} {{ p.summary }} {{ 'Yes' if p.deleted else 'No' }} {{ p.external_homepage|urlize(22) }} {{ p.admins()|join(' ') }}
{{ c.page_list.display(limit=limit, count=count, page=pagenum) }}
{% endblock %} {% block extra_js %} {% endblock %}