[%# options.tt The page for OpenID options - remove sites you've trusted in the past. Authors: Jen Griffin Copyright (c) 2017 by Dreamwidth Studios, LLC. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. For a copy of the license, please reference 'perldoc perlartistic' or 'perldoc perlgpl'. %] [%- sections.title = '.title' | ml -%] [%- CALL dw.active_resource_group( "foundation" ) -%]

[% '.main.trust.heading' | ml %]

[% IF rows.defined && rows.size > 0 %]

[% '.main.trust.content' | ml( sitename => site.nameshort ) %]

[% dw.form_auth() %] [% FOREACH row IN rows; form.submit( name = row.0, value = dw.ml( '.main.delete' ) ); " -- "; row.1 | html; "
"; END %]
[% ELSE %]

[% '.main.none' | ml %]

[% END %]

<< [% '.main.back' | ml %]