{% extends "index.html" %} {% block title %}Install store{% endblock %} {% block content %} {% if dists %} {% from "_formhelpers.html" import render_ajax_submit, render_submit %}
Install store

Yay!

You can install several stores at once, just separate names with comma.
{#
Use this only if you install clean magento installation
#} {{ render_submit('Install') }}

Примітки:

{% else %}

Oops!

Seems you have no distros to install from. Each store needs some source to be installed from, you can download easily.

Add some distros

{% endif %} {% endblock %}