{% set title = 'Created guild' %} {% set motd = '' %} {% if constant('MOTD_EXISTS') %} {% set motd = ' and motd' %} {% endif %} {% set description = 'Congratulations!
You have created guild ' ~ guild_name ~ '. ' ~ leader_name ~ ' is leader of this guild. Now you can invite players, change picture, description' ~ motd ~ ' of guild. Press submit to open guild manager.' %} {% set custom_buttons = '' %} {{ include('success.html.twig') }}
{{ include('buttons.submit.html.twig') }}