{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Oracle VM Template Project Installation Source" %} {% endblock %} {% block content %} {% include "install_source_active.html" %}

This page should contain a form allowing the user to supply the installation source

{% endblock content %}