{% extends "base.html" %}
{% load i18n %}
{% block title %}{{ title }}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=title %}
{% endblock %}
{% block main %}
{% include "horizon_contrib/forms/_create.html" %}
{% endblock %}