# responsive-menu/3.1.12/views/admin/sections/license.html.twig

Responsive Menu – Create Mobile-Friendly Menu, version 3.1.12. 16 lines.

- Page: https://pluginprobe.com/plugins/responsive-menu/3.1.12/code/views/admin/sections/license.html.twig
- Raw: https://pluginprobe.com/plugins/responsive-menu/3.1.12/raw/views/admin/sections/license.html.twig
- Modified: 2018-01-17T18:00:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/responsive-menu/3.1.12/code/views/admin/sections/license.html.twig#L10-L20`.

```twig
{#
    Responsive Menu Jinja template file.
    Safe to Copy
#}

{% import 'admin/macros.html.twig' as macros %}

{% set section = 'License' %}

<div class="panel panel-default fully-pro-container">
    {{ macros.header('License', section) }}
    <table class="table table-bordered table-hover">
        {% include 'admin/sections/modules/license-key.html.twig' %}
    </table>
</div>

```
