mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2025-01-19 03:17:25 +08:00
8 lines
156 B
Twig
Executable File
8 lines
156 B
Twig
Executable File
{% extends 'admin.base' %}
|
|
|
|
{% block title %}{{ trans('general.status') }}{% endblock %}
|
|
|
|
{% block content %}
|
|
{{ include('shared.grid') }}
|
|
{% endblock %}
|