{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Create Function Version" %}{% endblock %} {% block main %} {% include 'project/executions/_create_version.html' %} {% endblock %}