{% extends 'dashboard.html' %} {% block page %} {{ render_partial('dashboard/http_functions/header.html', user_id=user_id, function_id=function_id, active_tab='client', show_edit_form=True, show_logs=True, show_client=True, show_history=True, edit_url=url_for('http.http_function_editor', function_id=function_id), cancel_url=url_for('http.dashboard_http_functions'), logs_url=url_for('http.get_http_function_logs', function_id=function_id), history_url=url_for('http.get_http_function_history', function_id=function_id)) }}