As an admin user, I want to be able to download a set of templates from the admin template view the same way a user is able to download a set of templates from the study templates view.
Proposed Change or Addition
Modify the templates admin view to include similar functionality as the study templates view
The backend endpoint for this is already complete
/downloads/templates?file_format=[excel|zip]&template_versions=<comma separated list of TemplateVersion.id>
Feature Justification
As an admin user, I want to be able to download a set of templates from the admin template view the same way a user is able to download a set of templates from the study templates view.
Proposed Change or Addition
Modify the templates admin view to include similar functionality as the study templates view
The backend endpoint for this is already complete
https://github.com/kids-first/kf-api-study-creator/pull/730