{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "create_vnf_id" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Create VNF Identifier") %} {% endblock page_header %} {% block main %} {% include 'nfv/vnflcm/_create_vnf_identifier.html' %} {% endblock %}