{% extends "exams/base.html" %} {% load static %} {% block content %}

Website Management View SITE

Site Settings
{% csrf_token %}
Gallery
{% for g in gallery %} {% endfor %}
ImageTitleStatusAction
{{ g.title }} {% if g.is_active %} Enabled {% else %} Disabled {% endif %}
{% csrf_token %}
News
{% for n in news %} {% endfor %}
TitleStatusAction
{{ n.title }} {% if n.is_active %} Enabled {% else %} Disabled {% endif %}
{% csrf_token %}
{% endblock %}