<buttonclass="btn js-tooltip"{%if'OPTIONS'inallowed_methods%}title="Do an OPTIONS request on the {{ name }} resource"{%else%}disabled{%endif%}>OPTIONS</button>
<buttonclass="btn btn-info js-tooltip"{%if'OPTIONS'inallowed_methods%}title="Do an OPTIONS request on the {{ name }} resource"{%else%}disabled{%endif%}>OPTIONS</button>
{% if not 'OPTIONS' in allowed_methods %}
<divclass="js-tooltip disabled-tooltip-shield"title="OPTIONS request not allowed for resource {{ name }}"></div>