{% extends "site_base.html" %} {% load staticfiles %} {% load i18n %} {% load thumbnail %} {% load bootstrap_tags %} {% block head_title %}{% trans " Edit Recipe for " %} {{ resource_type }}{% endblock %} {% block extra_head %} {% endblock %} {% block body_class %}recipe{% endblock %} {% block body_base %}
{% include "_messages.html" %}
{% trans "Edit Recipe for " %} {{ resource_type }}

{% trans "Produces" %} {{ output_ctype.quantity }} {{ output_ctype.unit_of_quantity.abbrev }} {% trans "of" %} {% if resource_type.url %} {{ resource_type }} {% else %} {{ resource_type }} {% endif %} {% if resource_type.photo %} {% elif resource_type.photo_url %} {% endif %}
{% trans "Change Resource Type" %}

{% if resource_type.facet_list %}
{{ resource_type.facet_list }}
{% endif %} {% if resource_type.description %}
{{ resource_type.description|urlize|linebreaks }}
{% endif %} {% comment %}#todo pr: shd this use own or own_or_parent_recipes?{% endcomment %} {% if not resource_type.producing_process_type_relationships %}
{% blocktrans %}Add a process type to create {{ resource_type }}{% endblocktrans %}
{% endif %} {% for node in nodes %} {% if not node.open and not node.close %} {% endif %} {% if node.open %} {% endfor %} {% endwith %} {% endfor %}
{% endblock %} {% block extra_script %} {% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}