{% extends "memory/memory_layout.html" %} {% load dashboard_extras staticfiles %} {% load render_table from django_tables2 %} {% block page_name %}Memory consumption details for {{ build }}{% endblock %} {% block extra_headers %} {% include "memory/stacked_chart.html" %} {% endblock extra_headers %} {% block content %}

Memory consumption details for {{ build }} on {{ result.machine.name|display_name }} using {{ arch }}

{% render_table table %}
{% render_table totals %}
{% endblock %}