7.29. Template States

The template_states element lists the available states in which templates can be placed.
<capabilities>
    <version major="3" minor="3">
        ...
        <template_states>
            <template_state>illegal</template_state>
            <template_state>locked</template_state>
            <template_state>ok</template_state>
        </template_states>
        ...
    </version>
</capabilities>