{% extends "project-base.html" %} {% load q %} {% block title %} {{project.title}} - Start Apps {% endblock %} {% block head %} {{block.super}} {% endblock %} {% block body_content %}

Start Apps

We matched {{questions|length}} of this app's requirement{{questions|pluralize}}. Adjust selections and click "Start Apps" to start these apps.

{% for q in questions %}

{{q.spec.title}}

{% for app in q.startable_apps %}
{% if app.app_icon_dataurl %} {% endif %}

{% if app.vendor %} {{app.vendor}}
{% endif %} {{app.title}}

{{app.description.short|safe|truncatewords_html:18}}
{% if forloop.counter|divisibleby:3 %}
{% endif %} {% endfor %}
{% endfor %} Cancel  {% endblock %} {% block scripts %} {% endblock %}