{% extends "base_admin.html" %} {% load static %} {% block content %}
Name: {{ site.site_name }}
{{ site.about|truncatewords:40 }}
| Image | Title | Status | Action |
|---|---|---|---|
| {{ g.title }} | {% if g.is_active %} Enabled {% else %} Disabled {% endif %} |
| Title | Status | Action |
|---|---|---|
| {{ n.title }} | {% if n.is_active %} Enabled {% else %} Disabled {% endif %} |