# Pastebin l2VSVPfv [% WRAPPER "layout.tt" full_width=1 title=(model ? model : l('Attributes')) -%] [% IF models %]
| [% l('ID') %] | [% l('Name') %] | [% l('Description') %] | [% l('Child order') %] | [% l('Parent ID') %][% IF model == "MediumFormat" %] | [% l('Year') %] | [% l('Disc IDs allowed') %][% END %] [% IF model == "SeriesType" || model == "CollectionType" %] | [% l('Entity type') %][% END %] [% IF model == "WorkAttributeType" %] | [% l('Free text') %][% END %] | [% l('Actions') %] | 
|---|---|---|---|---|---|---|---|---|---|
| [% attr.id %] | [% attr.name %] | [% attr.description %] | [% attr.child_order %] | [% attr.parent_id %][% IF model == "MediumFormat" %] | [% attr.year %] | [% yesno(attr.has_discids) %][% END %] [% IF model == "SeriesType" || model == "CollectionType" %] | [% attr.entity_type %][% END %] [% IF model == "WorkAttributeType" %] | [% yesno(attr.free_text) %][% END %] | [% l('Edit') %] | [% l('Remove') %] | 
[% END %] [%- END -%]