mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2025-01-19 03:37:23 +08:00
11 lines
282 B
Twig
Executable File
11 lines
282 B
Twig
Executable File
{% extends 'admin.base' %}
|
|
|
|
{% block title %}{{ trans('general.user-manage') }}{% endblock %}
|
|
|
|
{% block before_foot %}
|
|
{% set extra = {'currentUser': auth_user()} %}
|
|
<script id="blessing-extra" type="application/json">
|
|
{{ extra|json_encode|raw }}
|
|
</script>
|
|
{% endblock %}
|