{% if is_initializing %}
{% else %}
Initializing Recipe Manager
Scanning and building recipe cache. This may take a few moments...
{% include 'components/search_controls.html' %}
{% if recipes and recipes|length > 0 %}
{% for recipe in recipes %}
{% endfor %}
{% else %}
{% endif %}
{% endif %}
R
{% if recipe.base_model %}
{{ recipe.base_model }}
{% endif %}