{% extends "index.html" %} {% block title %}Manage «{{ store.name }}»{% endblock %} {% block content %}

{{ store.name }}

General
{{ store.base_url|urlize }}
{{ store.version }}
DB credentials
{{ store.db.user }}
{{ store.db.password }}
{{ store.db.database }}
{% include 'store/installext.html' %}
{% include 'store/backups.html' %}
{% include 'store/create_dist.html' %}
{% include 'store/maintenance.html' %}
{% endblock %}