{% extends "app/logged_in_base.html" %} {% load i18n %} {% block content %} {% load render_bundle from webpack_loader %} {% render_bundle 'Dashboard' attrs='async' %} {% if no_processingnodes %}
{% blocktrans %} To get started, "{{ add_processing_node }}". A processing node is a computer running an instance of {{ nodeodm_link }} or some other software that implements this {{ api_link }}. {% endblocktrans %}
{% endwith %} {% else %} {% if no_tasks %}{% blocktrans %} To create a map, press the "{{ upload_images }}" button, or drag and drop some images into a project. {% endblocktrans %}