{% for key, value in funcs_status.items() %}
{{ funcs_name[key][0] }}
{% if value == True %}
{% else %}
{% endif %}
{% endfor %}