IfCommenterRegistrationAllowed
Conditional block to test if commenter registration is enabled.
Example
<mt:IfCommenterRegistrationAllowed>
<!-- commenter registration code -->
</mt:IfCommenterRegistrationAllowed>
<mt:IfCommenterRegistrationAllowed>
<!-- commenter registration code -->
<mt:Else>
<p>Commenter registration is currently disabled. Please check back!</p>
</mt:IfCommenterRegistrationAllowed>