{% extends "base.html" %} {% load i18n %} {% load static %} {% comment %} layerindex-web - statistics page template Copyright (C) 2018 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block content %} {% autoescape on %}
Branch | Layers | Recipes | Machines | Classes | Distros | {% for branch in perbranch %}
---|---|---|---|---|---|
{{ branch.name }} | {{ branch.layer_count }} | {{ branch.recipe_count }} | {{ branch.machine_count }} | {{ branch.class_count }} | {{ branch.distro_count }} |