{% extends 'jobs/job_generic.html' %} {% block job_details %} {% if not recipe %}
Unable to find an image recipe for this job! The recipe might have been removed and is no longer available.
{% else %}

Details

Distribution: {{recipe.distribution}}
Suite: {{recipe.suite}}
Environment: {{recipe.environment}}
Style: {{recipe.style}}
Architecture: {{job.architecture}}

{% endif %} {% endblock %}