{% extends "settings/assets/_layout" %} {% set selectedTab = 'sources' %} {% set docsUrl = 'http://buildwithcraft.com/docs/assets' %} {% set content %}
{{ "No 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 %} |