{% extends "base.html" %} {% load projecttags %} {% load humanize %} {% load static %} {% block pagecontent %} {% include "projecttopbar.html" %}
Build {{recipe.name}}
{% url 'recipeselectpackages' project.id recipe.id as xhr_table_url %} {% with 'recipeselection' as table_name %} {% with 'Add | Remove packages' as title %}

{{title}} ()

{% include "toastertable.html" %} {% endwith %} {% endwith %}

About {{recipe.name}}

Approx. packages included
{{recipe.packages.count}}
Layer
{{recipe.base_recipe.layer_version.layer.name}}
Delete custom image
{% endblock %}