{% extends 'syspanel_base.html' %} {% block sidebar %} {% with current_sidebar="flavors" %} {{block.super}} {% endwith %} {% endblock %} {% block page_header %} {% include "_page_header.html" with title="Create Flavor" %} {% endblock page_header %} {% block syspanel_main %}
{% include "_create_flavor.html" %}

Description:

From here you can define the sizing of a new flavor.

 
{% endblock %}