{% extends 'job_form.html' %} {% block extra_fields %}
{{ input('shell-command', values['current']['template']|default('python {file} arg1 arg2', True), verbose_name='Command to launch the job') }}
{% set python_version = values['current']['options']['language_version']|default('3.5.2', True) %}
{% for cell in notebook.get_code_cells() %} {% endfor %}
{% endblock %}