{% extends "app/logged_in_base.html" %} {% load i18n %} {% load settings %} {% block content %} {% load render_bundle from webpack_loader %} {% render_bundle 'Dashboard' attrs='async' %} {% if no_processingnodes %} {% include "quota.html" %}

{% trans 'Welcome!' %} ☺

{% trans 'Add a Processing Node' as add_processing_node %} {% with nodeodm_link='NodeODM' api_link='API' %}

{% blocktrans %}To get started, "{{ add_processing_node }}". A processing node is a computer running an instance of {{ nodeodm_link }} or some other software implementing this {{ api_link }}.{% endblocktrans %}

{% endwith %} {% else %} {% include "quota.html" %} {% if no_tasks %}

{% trans 'Welcome!' %} ☺

{% trans 'Select Images and GCP' as upload_images %}

{% blocktrans %}To create a map, press the "{{ upload_images }}" button, or drag and drop some images into a project.{% endblocktrans %}

{% endif %}
{% endif %} {% endblock %}