Add basic import/export handler views, tool to run jobs

This commit is contained in:
Lance Edgar 2021-12-05 17:23:11 -06:00
parent 95da490f9a
commit 282185c5af
7 changed files with 744 additions and 77 deletions

View file

@ -0,0 +1,12 @@
## -*- coding: utf-8; -*-
<%inherit file="/master/index.mako" />
<%def name="render_grid_component()">
<p class="block">
${request.rattail_config.get_app().get_title()} can run import / export jobs for the following:
</p>
${parent.render_grid_component()}
</%def>
${parent.body()}