{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Create CPU Profile" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Create CPU Profile") %} {% endblock page_header %} {% block main %} {% include "admin/inventory/cpu_functions/_createprofile.html" %} {% endblock %}