{% extends "base_admin.html" %} {% load static %} {% block content %}

Site Management

Site Information

Name: {{ site.site_name }}

{{ site.about|truncatewords:40 }}

Gallery
{% for g in gallery %} {% endfor %}
Image Title Status Action
{{ g.title }} {% if g.is_active %} Enabled {% else %} Disabled {% endif %}
News
{% for n in news %} {% endfor %}
Title Status Action
{{ n.title }} {% if n.is_active %} Enabled {% else %} Disabled {% endif %}
{% endblock %}