{% extends 'base.html' %} {% load render_table from django_tables2 %} {% block header_button %}
{% include html_button_path %}
{% endblock %} {% block main %}
{% include "generics/form_edit.html" %}

Computable attributes

{% with parent_id=resource_pool.id %} {% render_table attribute_table %} {% endwith %}
{% endblock %}