This table shows the applications installed in your project
Name | Library Name | Library Title | Mounted | ||
---|---|---|---|---|---|
${app.name} | ${app.lib.long_name} v${app.lib.version} | {%- if app.lib.libinfo.url %}${app.lib.libinfo.title or app.lib.long_name} | {%- else %}${app.lib.libinfo.title or lib.long_name} | {%- endif %} {%- if not app.mounts %}not mounted | {%- else %}
{%- for mountpoint, url in app.mounts %}
${url}{% if mountpoint != 'main' %} (${mountpoint}){% endif %}{% if not forloop.last %} {% endif %} {%- endfor %} |
{%- endif %}