{% extends 'flask_user/public_base.html' %} {% block content %} {% from "base_templates/form_macros.html" import render_submit_field %}

Create package from Playground

{%- if package_names.__len__() %}
{{ form.hidden_tag() }}
{{ render_submit_field(form.submit) }}
{%- else %}

You have not yet created any packages. Create a package in the Playground package area first.

{%- endif %} {% endblock %}