{% extends "settings/assets/_layout" %} {% set selectedNavItem = 'sources' %} {% set docsUrl = 'http://craftcms.com/docs/assets' %} {% block content %}
{{ "No asset sources exist yet."|t }}
{% if sources|length %} {% set sortable = (sources|length > 1) %}| {{ "Name"|t }} | {% if CraftEdition == CraftPro %}{{ "Type"|t }} | {% endif %} {% if sortable %}{% endif %} | {% for source in sources %} |
|---|---|---|---|
| {{ source.name|t }} | {% if CraftEdition == CraftPro %}{{ source.getSourceType().getName() }} | {% endif %} {% if sortable %}{% endif %} |