{% extends "views/resource/resource-base.htm" %} {% load static %} {% load template_tags %} {% load i18n %} {% load webpack_static from webpack_loader %} {% block graph_header_title %} {% trans "Resource Editor" %} {% endblock graph_header_title %} {% block graph_title %}

{% endblock graph_title %} {% block main_content %}
{% trans 'Resource Instance Lifecycle State:' %}
Resource Editor
{% trans "Welcome to Arches' Resource Editor" %}
{% trans "You are about to create a new resource record. Select any data card from the list on the left and start entering information." %}
{% trans "Don't worry if you decide not to enter any data just yet." %}
{% trans "Arches will create your new resource record once you've saved a data entry card." %}
{% trans "No cards are available for this model." %}
:
> >
:
{% trans "New" %}
> {% trans "Add new" %}... {% trans 'Add New' %}
{% trans 'You do not have permission to edit this card.' %}
{% endblock main_content %} {% block pre_require_js %} {{block.super}} {% endblock pre_require_js %}