{% extends 'base.html' %} {% load render_table from django_tables2 %} {% block content %}
{% include "generics/breadcrumbs.html" %}
{% include "generics/form_edit.html" %}

Computable attributes

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