Applications

This table shows the applications installed in your project

{%- for name, app in sorted:items:.apps %} {%- if app.lib.libinfo.url %} {%- else %} {%- endif %} {%- if not app.mounts %} {%- else %} {%- endif %} {%- endfor %}
Name Library Name Library Title Mounted
${app.name} ${app.lib.long_name} v${app.lib.version}${app.lib.libinfo.title or app.lib.long_name}${app.lib.libinfo.title or lib.long_name}not mounted {%- for mountpoint, url in app.mounts %} ${url}{% if mountpoint != 'main' %} (${mountpoint}){% endif %}{% if not forloop.last %}
{% endif %} {%- endfor %}