{% extends 'base.html' %} {% block content %}
{% set footer %} {% endset %} {% call widget.gcard(title=form_title, class='col-md-5', footer=footer) %} {{ widget.gform('form_register_user', form, ['username','password','confirm','role','status']) }} {% endcall %}
{% call widget.gcard(title='Plugins shortcut', class='', body_class='p-0') %} {% include 'plugins_table.html' %} {% endcall %}
{% endblock %}