{% extends 'vm_manager/html/VM_Okay_base.html' %} {% block buttons %} {% if "BOOST_BUTTON" in buttons_to_display %}
You can temporarily increase the size of your {{ requesting_feature }} by clicking the button below.
Boost my {{ operating_system.capitalize }} {{ requesting_feature }} {% endif %} {% endblock buttons %} {% block modals %} {% if "BOOST_BUTTON" in buttons_to_display %} {% endif %} {% endblock modals %}