[% SWITCH m.code %]
[% CASE 'error_on_update' %]
An error occurred when updating this quote. Perhaps it already exists.
[% CASE 'error_on_insert' %]
An error occurred when adding this quote.
[% CASE 'success_on_update' %]
Quote updated successfully.
[% CASE 'success_on_insert' %]
Quote added successfully.
[% CASE %]
[% m.code | html %]
[% END %]
[% END %]
[% IF op == 'list' %]
[% END %]
[% IF op == 'add_form' %]
[% IF quote %]Modify quote[% ELSE %]New quote[% END %]
[% END %] [% IF op == 'delete_confirm' %]Quotes
[% IF quotes_count > 0 %]ID | Source | Text | Last display | Actions |
---|