# Pastebin l2VSVPfv [% WRAPPER "layout.tt" full_width=1 title=(model ? model : l('Attributes')) -%] [% IF models %]

[% l('Attributes') %]

[% ELSE %]

[% l('Attributes') %] / [% model %]

[% IF model == "MediumFormat" %] [% END %] [% IF model == "SeriesType" || model == "CollectionType" %] [% END %] [% IF model == "WorkAttributeType" %] [% END %] [% FOR attr IN attributes.sort('name') %] [% IF model == "MediumFormat" %] [% END %] [% IF model == "SeriesType" || model == "CollectionType" %] [% END %] [% IF model == "WorkAttributeType" %] [% END %] [% END %]
[% l('ID') %] [% l('Name') %] [% l('Description') %] [% l('Child order') %] [% l('Parent ID') %][% l('Year') %] [% l('Disc IDs allowed') %][% l('Entity type') %][% l('Free text') %][% l('Actions') %]
[% attr.id %] [% attr.name %] [% attr.description %] [% attr.child_order %] [% attr.parent_id %][% attr.year %] [% yesno(attr.has_discids) %][% attr.entity_type %][% yesno(attr.free_text) %][% l('Edit') %] | [% l('Remove') %]

[% l('Add new attribute') %]

[% END %] [%- END -%]