.gitlab-ci.yml
.travis.yml
CHANGES.rst
CONTRIBUTORS.rst
DEVELOP.rst
LICENSE.GPL
LICENSE.rst
MANIFEST.in
README.rst
constraints.txt
constraints_plone43.txt
constraints_plone50.txt
constraints_plone51.txt
constraints_plone52.txt
requirements.txt
setup.cfg
setup.py
tox.ini
docs/collective.templates.pdf
docs/html/addnewtemplatecenter.html
docs/html/addnewtemplateproject.html
docs/html/configuration.html
docs/html/contacttotemplateproject.html
docs/html/genindex.html
docs/html/index.html
docs/html/installation.html
docs/html/messaging.html
docs/html/publishtemplateproject.html
docs/html/search.html
docs/html/searchindex.js
docs/html/_images/configuration_template_center_form1.png
docs/html/_images/configuration_template_center_form2.png
docs/html/_images/configuration_template_center_form3.png
docs/html/_images/create_template_center.png
docs/html/_images/create_template_project.png
docs/html/_images/install_collective_templates.png
docs/html/_images/navigation_add_templates_center.png
docs/html/_images/template_center_form1.png
docs/html/_images/template_center_form2.png
docs/html/_images/template_center_form3.png
docs/html/_images/template_center_sharing.png
docs/html/_images/template_project_form1.png
docs/html/_images/template_project_form2.png
docs/html/_images/template_project_form3.png
docs/html/_images/template_project_form4.png
docs/html/_images/template_project_form5.png
docs/html/_images/template_project_form6.png
docs/html/_sources/addnewtemplatecenter.rst.txt
docs/html/_sources/addnewtemplateproject.rst.txt
docs/html/_sources/configuration.rst.txt
docs/html/_sources/contacttotemplateproject.rst.txt
docs/html/_sources/index.rst.txt
docs/html/_sources/installation.rst.txt
docs/html/_sources/messaging.rst.txt
docs/html/_sources/publishtemplateproject.rst.txt
docs/html/_static/ajax-loader.gif
docs/html/_static/alabaster.css
docs/html/_static/basic.css
docs/html/_static/comment-bright.png
docs/html/_static/comment-close.png
docs/html/_static/comment.png
docs/html/_static/custom.css
docs/html/_static/doctools.js
docs/html/_static/documentation_options.js
docs/html/_static/down-pressed.png
docs/html/_static/down.png
docs/html/_static/file.png
docs/html/_static/jquery-3.2.1.js
docs/html/_static/jquery-3.5.1.js
docs/html/_static/jquery.js
docs/html/_static/language_data.js
docs/html/_static/minus.png
docs/html/_static/plus.png
docs/html/_static/pygments.css
docs/html/_static/searchtools.js
docs/html/_static/underscore-1.3.1.js
docs/html/_static/underscore.js
docs/html/_static/up-pressed.png
docs/html/_static/up.png
docs/html/_static/websupport.js
docs/source/.gitkeep
docs/source/addnewtemplatecenter.rst
docs/source/addnewtemplateproject.rst
docs/source/conf.py
docs/source/configuration.rst
docs/source/contacttotemplateproject.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/messaging.rst
docs/source/publishtemplateproject.rst
docs/source/_static/custom.css
docs/source/images/configuration_template_center_form1.png
docs/source/images/configuration_template_center_form2.png
docs/source/images/configuration_template_center_form3.png
docs/source/images/create_template_center.png
docs/source/images/create_template_project.png
docs/source/images/install_collective_templates.png
docs/source/images/navigation_add_templates_center.png
docs/source/images/template_center_form1.png
docs/source/images/template_center_form2.png
docs/source/images/template_center_form3.png
docs/source/images/template_center_sharing.png
docs/source/images/template_project_form1.png
docs/source/images/template_project_form2.png
docs/source/images/template_project_form3.png
docs/source/images/template_project_form4.png
docs/source/images/template_project_form5.png
docs/source/images/template_project_form6.png
src/collective/__init__.py
src/collective.templates.egg-info/PKG-INFO
src/collective.templates.egg-info/SOURCES.txt
src/collective.templates.egg-info/dependency_links.txt
src/collective.templates.egg-info/entry_points.txt
src/collective.templates.egg-info/namespace_packages.txt
src/collective.templates.egg-info/not-zip-safe
src/collective.templates.egg-info/requires.txt
src/collective.templates.egg-info/top_level.txt
src/collective/templates/__init__.py
src/collective/templates/common.py
src/collective/templates/configure.zcml
src/collective/templates/contactauthor.py
src/collective/templates/contactprojectowner.py
src/collective/templates/interfaces.py
src/collective/templates/notifications.py
src/collective/templates/permissions.zcml
src/collective/templates/setuphandlers.py
src/collective/templates/testing.py
src/collective/templates/tlcenter.py
src/collective/templates/tlproject.py
src/collective/templates/upgrades.py
src/collective/templates/upgrades.zcml
src/collective/templates/vocabularies.py
src/collective/templates/browser/__init__.py
src/collective/templates/browser/configure.zcml
src/collective/templates/browser/controlpanel.py
src/collective/templates/browser/overrides/.gitkeep
src/collective/templates/browser/static/.gitkeep
src/collective/templates/locales/README.rst
src/collective/templates/locales/__init__.py
src/collective/templates/locales/collective.templates.pot
src/collective/templates/locales/update.py
src/collective/templates/locales/update.sh
src/collective/templates/locales/de/LC_MESSAGES/collective.templates.po
src/collective/templates/locales/en/LC_MESSAGES/collective.templates.po
src/collective/templates/profiles/default/browserlayer.xml
src/collective/templates/profiles/default/catalog.xml
src/collective/templates/profiles/default/controlpanel.xml
src/collective/templates/profiles/default/metadata.xml
src/collective/templates/profiles/default/registry.xml
src/collective/templates/profiles/default/rolemap.xml
src/collective/templates/profiles/default/types.xml
src/collective/templates/profiles/default/types/collective.templates.tlcenter.xml
src/collective/templates/profiles/default/types/collective.templates.tlproject.xml
src/collective/templates/profiles/uninstall/browserlayer.xml
src/collective/templates/profiles/uninstall/controlpanel.xml
src/collective/templates/profiles/uninstall/registry.xml
src/collective/templates/resources/download_icon.gif
src/collective/templates/resources/templatecenter.css
src/collective/templates/resources/yellowarrow.png
src/collective/templates/restapi/__init__.py
src/collective/templates/restapi/configure.zcml
src/collective/templates/restapi/getprojectmeta.py
src/collective/templates/tests/__init__.py
src/collective/templates/tests/test_robot.py
src/collective/templates/tests/test_setup.py
src/collective/templates/tests/robot/test_example.robot
src/collective/templates/view_templates/own_projects.pt
src/collective/templates/view_templates/tlcenter_view.pt
src/collective/templates/view_templates/tlproject_view.pt