{% extends 'base.html' %} {% load render_table from django_tables2 %} {% block header_button %} Resources {{ resource_group.resources.all|length }} {% endblock %} {% block main %}
{% include "generics/form_edit.html" %}

Computable attributes

{% with parent_id=resource_group.id %} {% render_table attribute_table %} {% endwith %}

Text attributes

{% with parent_id=resource_group.id %} {% render_table text_attribute_table %} {% endwith %}
{% endblock %}