{% extends 'user/base.html' %} {% load static %} {% load i18n %} {% block content %}

{{ resource.name }}

{% include "includes/attribute-form-list.html" with attribute_values_list=resource.attributes is_admin=False new_resource=False only %} {% csrf_token %}
{% include '_components/sub_menu/button.html' with type='resource_confirm_modify' button_id='check-validity-button' %}
{% include '_components/required_field_message.html' %}
{% if self_modify_message %} {% if self_modify_message_is_html %} {{ self_modify_message|safe }} {% else %}
{{ self_modify_message }}
{% endif %} {% endif %} {% endblock %} {% block footer_scripts %} {% endblock %}