{# @var craft \craft\web\twig\variables\CraftVariable #} {# /** * Portal plugin for Craft CMS 3.x * * Portal index.twig * * @author Angell & Co * @copyright Copyright (c) 2018 Angell & Co * @link https://angell.io * @package Portal * @since 1.0.0 */ #} {% extends "_layouts/cp" %} {% set title = "Targets"|t('portal') %} {% block actionButton %} {{ "New Target"|t('portal') }} {% endblock %} {% set crumbs = [ { label: "Portal"|t('portal'), url: url('portal') }, { label: "Live Preview"|t('app'), url: url('portal') } ] %} {% block content %}
{{ "No targets exist yet."|t('portal') }}
{% if targets %}| {{ "Name"|t('app') }} | {{ "Context"|t('portal') }} | {% for target in targets %} |
|---|---|---|
| {{ target.name|t('site') }} | {{ target.contextName }} |