{% 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.
| 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. | |||