{% load helpers %} {% if function_code %}

Current: {{ function_code.name }}

{% else %}

Current:

{% endif %} {% if can_change_function_code %}
{% csrf_token %}
{{ panel_form.function_code.label_tag }} {{ panel_form.function_code }} {% if panel_form.function_code.help_text %}
{{ panel_form.function_code.help_text }}
{% endif %}
{% endif %}