{% extends "freeform/_layouts/settings" %} {% import "_includes/forms" as forms %} {% set selectedSubnavItem = "settings" %} {% set title = "Demo Templates"|t('freeform') %} {% block actionButton %}{% endblock %} {% block content %}
{% set stats = { templates: codePack.templates.contents.fileCount, assets: codePack.assets.contents.fileCount } %} {{ "Successfully installed {templates} templates and {assets} assets"|t('freeform', stats)|raw }}
{{ "You can view the templates here"|t('freeform', {link: (siteUrl ~ prefix ~ '/')})|raw }}
{% endblock %}