{% extends 'game/basenonav.html' %} {% load i18n %} {% load static %} {% load app_tags %} {% load game.utils %} {% block title %}Code for Life - Rapid Router - Create{% endblock %} {% block head %} {% include 'game/crowdin.html' %} {% endblock %} {% block scripts %} {{block.super}} {% if cow_level_enabled %}{% endif %} {% endblock %} {% block css %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }}

{% trans "Delete Road" %}

{% trans "Map" %}

{% trans "Here you can design your level! What sort of road will you make?" %}

{% trans "Max fuel:" %}

{% if user|is_developer %} {% endif %}

{% trans "Scenery" %}

{% trans "Here you can liven up your level by choosing the theme and adding scenery! Will you create beautiful countryside or a bustling city?" %}

{% if cow_level_enabled %} {% endif %}
{% trans "Theme:" %}
{% trans "Scenery:" %}
{% trans "Traffic lights:" %}
{% trans "Cows:" %}

{% trans "Advanced options" %}

{% trans "How many cows should appear for this group?" %}


{% trans "Character" %}

{% trans "Here you can choose your character. Who will you play as?" %}

{% trans "Character:" %}

{% trans "Code" %}

{% trans "Here you can select the code you can use while playing your new level!" %}

{% trans "Language:" %}
{% for block in blocks %}
{% endfor %}

{% trans "Random" %}

{% trans "Here you can generate a random map. Try changing some of the parameters below and see what you get!" %}

{% trans "Size:" %}

{% trans "Branchiness:" %}

{% trans "Loopiness:" %}

{% trans "Curviness:" %}

{% trans "Traffic Lights:" %}

{% trans "Scenery:" %}

{% trans "Load" %}

{% trans "Here you can load in levels created by you and your friends! Select a level in the table and press load." %}

{% trans "You don't have any levels to load yet. Try saving one!" %}

{% trans "Load:" %}

{% trans "Name" %} {% trans "Owner" %}

{% trans "Save" %}

{% trans "Here you can save your new level. Enter a name below and hit save. Alternatively click on an existing level to update it." %}

{% trans "To play your level and be tracked, first Quit the Level Editor and select your level from the 'Levels created by you' section." %}

{% trans "Name" %} {% trans "Owner" %}



{% trans "Share" %}

{% if user|get_user_status == 'TEACHER' %}

{% trans "Here you can share your level with your classes or your fellow teachers." %}

{% elif user|get_user_status == 'SCHOOL_STUDENT' %}

{% trans "Here you can share your level with your classmates. Try clicking in the Shared column!" %}

{% endif %}
{% if user|get_user_status == 'TEACHER' %}

{% trans "Share with:" %}

{% trans "Class:" %}

{% endif %}
{% trans "Name" %} {% trans "Shared" %}
{% endblock %}