{% extends "admin/base.html" %} {% block title %}Manage Content - GJEE Admin{% endblock %} {% block content %}
Edit the content that appears on different pages of the website. Changes will be immediately visible to visitors.
Copyright notice, ABN, and last updated text shown in the footer of all pages.
Edit ContentConfigure the logo image path, alt text, and dimensions displayed on the homepage.
Edit Content| Key | Title | Last Updated | Actions |
|---|---|---|---|
| {{ content.key }} | {{ content.title if content.title else '-' }} | {{ content.updated_at.strftime('%Y-%m-%d %H:%M') if content.updated_at else '-' }} | Edit |
| No content entries found. | |||