{% load i18n %}
{% if graph.isresource %} {% blocktrans %}

These settings will create important metadata for this Resource Model. With a few exceptions, these are the same settings you will be able to define for a Branch as well.

{% endblocktrans %} {% else %} {% blocktrans %}

These settings will create important metadata for this Branch. With a few exceptions, these are the same settings you will be able to define for a Resource Model as well.

{% endblocktrans %} {% endif %}

{% trans "Identifiers" %}

{% if graph.isresource %} {% trans "Name - Used to identify this Resource Model throughout the app interface. Default is New Resource Model." %}
{% trans "Subtitle - optional subtitle, displayed on the Arches Designer home page." %}
{% trans "Ontology - Decide whether an ontology will be enforced in this Resource Model's graph. To learn more about what this means, read Ontologies in Arches. By default, you are allowed to choose between using the CIDOC CRM v6.2, or using no ontology. Note that once a node has been added to this Resource Model's graph the Ontology setting becomes fixed." %}
{% trans "Root Class - This setting is only necessary if an Ontology has been chosen. Define the ontology class of the root node for this Resource Model's graph." %} {% else %} {% trans "Name - Used to identify this Branch throughout the app interface. Default is New Branch." %}
{% trans "Subtitle - optional subtitle, displayed on the Arches Designer home page." %}
{% trans "Ontology - Decide whether an ontology will be enforced in this Branch's graph. To learn more about what this means, read Ontologies in Arches. By default, you are allowed to choose between using the CIDOC CRM v6.2, or using no ontology. Note that once a node has been added to this Branch's graph the Ontology setting becomes fixed." %}
{% trans "Root Class - This setting is only necessary if an Ontology has been chosen. Define the ontology class of the root node for this Branch's graph." %} {% endif %}

{% trans "Icon" %}

{% blocktrans %}

Both Resource Models and Branches should be identified by an icon, which is used throughout the app interface. You can browse the icons to select one, or type in the search bar to filter them.

Arches uses the Font Awesome icon library; custom icons are not supported.

{% endblocktrans %}

{% trans "Description" %}

{% if graph.isresource %} {% blocktrans %} You can optionally add an Author and Abstract to this Resource Model. {% endblocktrans %} {% else %} {% blocktrans %} You can optionally add an Author and Abstract to this Branch. {% endblocktrans %} {% endif %} {% blocktrans %}

These settings are especially helpful if multiple resource designers are working on the same Arches installation.{% endblocktrans %}

{% trans "Status" %}

{% if not graph.isresource %} {% blocktrans %} Active - Until a Branch is set to active, you will not be able to add it to a Resource Models. Keep a Branch Inactive until you are ready for it to be used.
{% endblocktrans %} {% else %} {% blocktrans %} Active - You will not be able to create Resources using this Resource Model until you have set its status to Active. Use Inactive while designing a Resource Model over an extended period of time.
Resource models that may be related - Choose what other which Resource Models can be related to this one.
{% endblocktrans %} {% endif %}