{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Oracle VM Template Project Virtual Machines" %} {% endblock %} {% block content %}

{% trans "Add package" %}

{% if info_messages %} {% include "info_message_bar.html" %} {% endif %} {% if error_messages %} {% include "error_message_bar.html" %} {% endif %}
{{ form.url.label_tag }} {{ form.url }}
{{ form.package_file.label_tag }} {{ form.package_file }}

{% endblock content %}