{% extends 'dashboard.html' %} {% block page %} {{ render_partial('dashboard/http_functions/header.html', user_id=user_id, function_id=function_id, active_tab='edit', show_edit_form=True, show_logs=True, show_client=True, show_history=True, edit_url=edit_url, cancel_url=cancel_url) }}
{% endblock %}