{% trans %}This
is a list of the available contracts for this external resource.{%
endtrans %}
See the contracts for this resource
{% if "trusts_recommender" in g.plugins %}
{% block recomm_entity_sidebar %}
{% snippet 'package/snippets/recomm_entity_sidebar.html', entity=g.pkg_dict, count=3 %}
{% endblock %}
{% endif %}
{% endblock %}
{% block primary_content_inner %}
{{ super() }}
{% if 'local_artifacts' in g %}
These artifacts are now available for you to consume:
{% else %}
You have not acquired this resource so far. If you want to access its
artifacts, please select a contract from below.
{% endif %}
{% block contract_list %}
{% snippet "package/snippets/contracts_list.html", data=g.pkg_dict, contracts=g.contracts %}
{% endblock %}
{% endblock %}