{% extends 'ndr_core/admin_views/base.html' %} {% load django_tables2 %} {% load crispy_forms_tags %} {% load ndr_values %} {% load static %} {% block extra_css %} {% if form %}{{ form.media.css }}{% endif %} {% endblock %} {% block page_js %} {% if form %}{{ form.media.js }}{% endif %} {% endblock %} {% block content %}

Settings

{% config_value 'page_is_editable' as is_editable %} {% if is_editable %}
Create Setting Import Export Change Password {% if is_editable %} Set Read-Only {% else %} Set Editable {% endif %} {% config_value 'under_construction' as is_under_construction %} {% if is_under_construction %} Set Live {% else %} Set Under Construction {% endif %} {% config_value 'page_password_protected' as is_password_protected %} {% if is_password_protected %} Remove Password Protection {% else %} Set Password Protection {% endif %}
Help
Settings
{% if object %}
{{ object.title }}

{{ object.help_text }}

{% crispy form %}
{% endif %} {% else %}
Set Page to "Editable Mode"
{% endif %} {% endblock %}