{% extends "default.html" %} {% block pagetitle %}{{name}} {{kind}} Owners{% endblock %} {% block content %}
{{name}} {{kind}} Owners
{% for user, created_utc in users %} {% endfor %}
Name Owned since
{% include "user_in_table.html" %}
{% endblock %} {% block pagenav %} {% include "pagination.html" %} {% endblock %}