% extends 'base.html'
{% block title %}Missing {% for log_file in log_files %} {{log_file}} file {% endfor %}{% endblock %}
% block content
Unable to find {% for log_file in log_files %} {{log_file}} {% endfor %} file from gs:/{{build_dir}} for {{pod_name}}
% endblock