{% load i18n %} {% if type == 'input' %}
{{ setting_display_name }}

{{ help_tip }}

{% endif %} {% if type == 'checkbox' %}
{% csrf_token %}
{{ setting_display_name }}
{% endif %}