{% extends 'base.html' %} {% block title %} All builds - Toaster {% endblock %} {% block pagecontent %}
{% with mru=mru mrb_type=mrb_type %} {% include 'mrb_section.html' %} {% endwith %}

{% url 'builds' as xhr_table_url %} {% include 'toastertable.html' %}
{% endblock %}