{% extends 'layouts/layout_home.html' %} {% block title %} Activate service | {{ config['PUBLIC_CONFIG'].site.title }} {% endblock %} {% block content %}

Version: {{ config['PUBLIC_CONFIG'].project.version }}

License

Note: Please activate service.

{{ util.flashed_messages(dismissible=True, container=False) }}
{{ form.hidden_tag() }}
{{ form_field(form.submit, class="btn btn-success") }}
{%- endblock %} {% block scripts %} {{ super() }} {%- endblock %}