{% extends 'admin/base_site.html' %} {% block title %}{{ title }}{% endblock title %} {% block content %}
| Serial No. | Type | Updated At | Created At |
|---|---|---|---|
| {{ channel.id }} | {{ channel.type }} | {{ channel.updated_at }} | {{ channel.created_at }} |
| ID | Type | Value | Updated At | Created At |
|---|---|---|---|---|
| {{ config.id }} | {{ config.type }} | {{ config.value }} | {{ config.updated_at }} | {{ config.created_at }} |