{% 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" %}
{% 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 %}{% blocktrans %}To create a map, press the "{{ upload_images }}" button, or drag and drop some images into a project.{% endblocktrans %}