{% extends "mini_buildd/base.html" %} {% block title %}{% block titledup %}{{ route|title }}: /{{ path }}{% endblock %}{% endblock %} {% block tooltip %}Showing latest {{ view.mbd_buildlogs|length }} of {{ view.mbd_buildlogs_total }} total buildlogs before {{ view.mbd_before|date:"r" }}{% endblock %} {% block menu %}{% include "mini_buildd/includes/range_menu.html" %}{% endblock %} {% block content %} {% mbd_hash "mbd-builds-"|add:path as table_id %} {% mbd_datatable table_id order='[0, "desc"]' columns='[null, {"orderable": false}]' %} {% for timestamp, uri in view.mbd_buildlogs.items %} {% endfor %}
Timestamp Buildlog
{{ timestamp|date:"r" }} browse {{ uri|mbd_basename }}
{% endblock %}