[%# Shop - Convert paid time to points Authors: Mark Smith Copyright (c) 2015 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(sitename = site.nameshort) -%] [% cart_display %] [% IF refunded %]

[% '.complete' | ml %]

[% '.refunded' | ml(sitename = site.nameshort, points = points, days = days, type = type) %]

[% ELSE %]

[% '.about' | ml(sitename = site.nameshort) %]

[% '.about3' | ml %]

[% IF NOT rate %]

[% '.noteligible' | ml %]

[% ELSIF NOT can_refund %]

[% '.toosoon' | ml %]

[% IF next_refund; '.nextrefund' | ml(date = next_refund); END %]

[% ELSIF NOT points %]

[% '.toofew' | ml %]

[% ELSE %]

[% '.refund' | ml(sitename = site.nameshort, points = points, days = days, type = type) %]

[% '.areyousure' | ml %]

[% dw.form_auth %]
[% END %] [% END %]