{% extends "base.html" %} {% load i18n %} {% comment %} layerindex-web - bulk change result page template Copyright (C) 2013 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block content %} {% autoescape on %}

{{ changeset.name }}

{% regroup changeset.recipechange_set.all by recipe.layerbranch.layer as changeset_recipes %} Add recipes Edit Get patches Delete {% endautoescape %} {% endblock %}