{% extends "base.html" %} {% import "macros.html" as utils %} {% block title %}{{ config.METAREGISTRY_TITLE }} - {{ entry.name }}{% endblock %} {% block container %}
{{ identifier }}{{ mapping.curie }}| Prefix | Name | License |
|---|---|---|
{{ resource.prefix }}
|
{{ resource.get_name() }} {{ utils.render_resource_warnings(resource) }}
{%- if first_party[resource.prefix] %}
First Party
{%- endif %}
{%- if annotated_prefix.comment %}
{{ annotated_prefix.comment}} {%- endif %} |
{%- set license = resource.get_license() %} {%- if not license %} {%- elif license.startswith("http") %} Custom {%- else %} {{ license }} {%- endif %} |
| Prefix | Name |
|---|---|
{{ indirect_resource.prefix }}
|
{{ indirect_resource.get_name() }} {{ utils.render_resource_warnings(indirect_resource) }} |