{% extends "base.html" %} {% load i18n static %} {% block content %}

{% trans "Create your Webapp package" %}

{% csrf_token %} {{ webapp_form.as_p }}

{% trans "A first step into your Ubuntu developer adventure" %}

{% trans "This form generates simple Webapps packages ready to test on your device and upload to the Ubuntu store." %}

E.g. HTML5 games, embedded websites...

{% trans "Embrace QML native apps" %}

{% trans "For your next project, learn how to create stylish, powerful and content-heavy applications with the Ubuntu SDK." %}

E.g. messaging clients, games, content managers...

{% endblock content %}