{% extends "vend/_layouts/settings" %} {% block actionButton %} {{ "New Import Profile"|t('vend') }} {% endblock %} {% block content %}
{{ "No import profiles exist yet."|t('vend') }}
{% if profiles %}| {{ "Name"|t('app') }} | {{ "Handle"|t('handle') }} | {% for profile in profiles %} |
|---|---|---|
| {{ profile.name|t('site') }} | {{ profile.handle }} |