{% extends "exams/base.html" %} {% load static %} {% block content %}
Manage all site settings, gallery, and news in one place
{{ image.description|truncatechars:50 }}
Order: {{ image.order_by }}
No gallery images found. Upload your first image above.
| # | Title | Summary | Featured | Status | Created | Actions |
|---|---|---|---|---|---|---|
| {{ forloop.counter0|add:news_page_obj.start_index }} | {{ news.title|truncatechars:50 }} | {{ news.summary|truncatechars:80|default:"-" }} | {% if news.is_featured %} ⭐ Featured {% else %} No {% endif %} | {% if news.is_active %} Active {% else %} Inactive {% endif %} | {{ news.created_at|date:"Y-m-d" }} | |
| No news found. Create your first news above. | ||||||