{% extends "base.html" %} {% load projecttags %} {% load humanize %} {% load static %} {% block pagecontent %} {% include 'newcustomimage_modal.html' %}
{% if recipe.is_image %} {% endif %}
{% if packages.count %} {% url 'recipepackages' project.id recipe.id as xhr_table_url %}

{{title}} (0)

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

{{title}}

{% endif %}

About {{recipe.name}}

Approx. packages included
{{packages.count}}
Approx. package size
{{approx_pkg_size.size__sum|filtered_filesizeformat}}
{% if last_build %}
Last build
{{last_build.completed_on|date:"d/m/y H:i"}}
{% endif %}
Recipe file
{{recipe.file_path|cut_path_prefix:recipe.layer_version.local_path}}
Layer
{{recipe.layer_version.layer.name}}
Summary
{{recipe.summary}}
Description
{{recipe.description}}
Version
{{recipe.version}}
Section
{{recipe.section}}
License
{{recipe.license}}
{% endblock %}