{% extends "base.html" %} {% load i18n %} {% comment %} layerindex-web - image comparison recipe detail page template Copyright (C) 2018 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block contenttag %}
{% endblock %} {% block content %} {% autoescape on %} {% block breadcrumbs %} {% endblock %}
{% block page_heading %} {% endblock %} {% if recipe.bugtracker or cover_recipe.bugtracker %} {% endif %} {% for rcp in recipes %} {% endfor %} {% block origin_row %} {% endblock %} {% block table_extra %} {% endblock %}
{{ layerbranch_desc }}{{ layerbranch_addtext }} {{ to_desc }}
Name {{ recipe.name }} {% if cover_recipe %}{{ cover_recipe.name }} ({{ recipe.get_cover_status_display }}{% if recipe.cover_comment %} - {{ recipe.cover_comment }}{% endif %}){% else %}{{ recipe.get_cover_status_display }}{% if recipe.cover_comment %} - {{ recipe.cover_comment }}{% endif %}{% endif %}{% block to_recipe_extra %}{% endblock %}
{% block selectbuttons %} Select... {% endblock %}
Version {{ recipe.pv }} {{ cover_recipe.pv }}
Summary {{ recipe.summary }} {{ cover_recipe.summary }}
Description {{ recipe.description }} {{ cover_recipe.description }}
Section {{ recipe.section }} {{ cover_recipe.section }}
License {{ recipe.license }} {{ cover_recipe.license }}
Homepage {% if recipe.homepage_url_only %} {{ recipe.homepage }} {% elif recipe.homepage %} {{ recipe.homepage }} {% endif %} {% if cover_recipe.homepage_url_only %} {{ cover_recipe.homepage }} {% elif cover_recipe.homepage %} {{ cover_recipe.homepage }} {% endif %}
Bug tracker {{ recipe.bugtracker }} {{ cover_recipe.bugtracker }}
Package/recipe file {% if rcp.vcs_web_url %} {{ rcp.full_path }} {% else %} {{ rcp.full_path }} {% endif %} {% for include in rcp.adjacent_includes %} {% if include.vcs_web_url %}
{{ include.filepath }} {% else %}
{{ include.filepath }} {% endif %} {% endfor %}
Layer {{ layerbranch_desc }}{{ layerbranch_addtext }}

Sources

{% for rcp in recipes %} {% if rcp.source_set.exists %} {% else %} {% endif %} {% endfor %}
{{ layerbranch_desc }}{{ layerbranch_addtext }} {{ to_desc }}
{% for source in rcp.source_set.all %} {% endfor %}
{% if source.web_url %}{% endif %}{{ source.url }}{% if source.web_url %}{% endif %}
None

Patches

{% for rcp in recipes %} {% if rcp.patch_set.exists %} {% else %} {% endif %} {% endfor %}
{{ layerbranch_desc }}{{ layerbranch_addtext }} {{ to_desc }}
{% block patch_status_heading %} {% if not rcp.layerbranch.branch.comparison %} {% endif %} {% endblock %} {% for patch in rcp.patch_set.all %} {% block patch_status %} {% if not rcp.layerbranch.branch.comparison %} {% endif %} {% endblock %} {% endfor %}
PatchStatus
{{ patch.src_path }}{% if not patch.applied %} {% endif %}{{ patch.get_status_display }} {{ patch.status_extra | urlize }}
None

configure options

{% for rcp in recipes %} {% endfor %}
{{ layerbranch_desc }}{{ layerbranch_addtext }} {{ to_desc }}
{{ rcp.configopts }}
{% block content_extra %} {% endblock %} {% endautoescape %} {% endblock %} {% block scripts %} {% endblock %}