{%csrf_token%} {{serv_form_html|safe}}

form data

{% for k, v in post_data.items %}
{{k}}

'{{v}}'

{% endfor %}