{% extends "mini_buildd/base.html" %} {% block title %}{% block page_title %}{{ route|title }}: /{{ path }}{% endblock %}{% endblock %} {% block subtitle %}{{ view.mbd_builds|length }} builds since {{ view.mbd_since }}{% endblock %} {% block section %} {% mbd_hash "mbd-builds-"|add:path as table_id %} {% mbd_datatable table_id order='[0, "desc"]' %} {% for timestamp, uri in view.mbd_builds.items %} {# FIXME #} {% endfor %}
Timestamp Buildlog
{{ timestamp|date:"r" }} {{ uri|mbd_basename }}
{% endblock %}