[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [% css = BLOCK %] #codes { font-size: 100%; font-family: monospace; } [% END %] [% PROCESS global/header.html.tmpl style_urls = ['skins/standard/admin.css'] no_body = 1 style = css %] [% IF codes.size %]
[% FOREACH code IN codes %] [% code FILTER html %]
[% END %]
[% ELSE %] Codes already generated [% END %]