You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
605 B
18 lines
605 B
{{define "notifications_content"}}
|
|
<div class="page-header">
|
|
<h2>Notifications Management</h2>
|
|
<p>Manage system notifications and alerts.</p>
|
|
</div>
|
|
|
|
<div class="page-content">
|
|
<div class="content">
|
|
<h3 class="submenu-header">Notification Settings & History</h3>
|
|
<p>Notification management functionality will be implemented here.</p>
|
|
<div class="placeholder-content">
|
|
<div class="placeholder-icon">🔔</div>
|
|
<h4>Coming Soon</h4>
|
|
<p>Notification management features are under development.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{end}}
|