{% extends 'ui/base.html' %}
{% load static %}
{% load humanize %}
{% load wins_tags %}
{% block title %} - Create a new Win{% endblock %}
{% block header %}Create a new Win{% endblock %}
{% block content %}
{% include "wins/partials/moving-to-datahub.html" %}
{% endblock content %}