| 1 |
{# |
| 2 |
Responsive Menu Jinja template file. |
| 3 |
Safe to Copy |
| 4 |
#} |
| 5 |
|
| 6 |
{% import 'admin/macros.html.twig' as macros %} |
| 7 |
|
| 8 |
{% set section = 'License' %} |
| 9 |
|
| 10 |
<div class="panel panel-default fully-pro-container"> |
| 11 |
{{ macros.header('License', section) }} |
| 12 |
<table class="table table-bordered table-hover"> |
| 13 |
{% include 'admin/sections/modules/license-key.html.twig' %} |
| 14 |
</table> |
| 15 |
</div> |
| 16 |
|