<!-- See http://www.sublimetext.com/docs/snippets for more information -->
<snippet>
    <content><![CDATA[{% blocktrans %}$SELECTION{% endblocktrans %}]]></content>
    <tabTrigger>blocktrans</tabTrigger>
    <scope>text.html.django</scope>
    <description>blocktrans</description>
</snippet>