[% IF CPANEL.CPFLAGS.item('trial') %]
[%- locale.maketext('[output,strong,TRIAL LICENSE:] This copy is a trial version and will expire at the end of the trial term. You will need to upgrade to a paid copy to continue using the software after that term.') -%]
[% END %]
[% IF CPANEL.CPFLAGS.item('dev') %]
[%- locale.maketext("[output,strong,DEVELOPMENT LICENSE:] This server is running on a development license. If this server is being used in a production environment, please notify [output,url,_1,cs@cpanel.net] immediately.", "mailto:cs@cpanel.net?subject=" _ host_name _ "(" _ main_ip _ "," _ main_server_ip _ ") is using a dev license in a production environment") -%]
[% END %]
[% INCLUDE "/usr/local/cpanel/base/frontend/paper_lantern/_assets/banner.html.tt" %]
[% IF !hide_page_heading -%]
[% END %]
[% IF UI_Includes.can_load_template( app_key _ '_page_header.html.tt' ) -%]
[% END -%]
[% IF !feature.defined || CPANEL.feature(feature) -%]
[%- content -%]
[% ELSE -%]
[% locale.maketext("You do not have the feature “[_1]”.", feature) %]
[% END -%]
[% IF UI_Includes.can_load_template( app_key _ '_page_footer.html.tt' ) -%]
[% END -%]