{% load mailprotector_tags %}

Do not change these, they are also used in tests.

1. only email: {% mailprotector 'only-email@example.com' %}
2. link text: {% mailprotector 'link-text@example.com' link_text='link-text' %}
3. with class: {% mailprotector 'css-class@example.com' link_text='css-class' css_class='css-class' %}
4. {% mailprotector_textblock "some bigger piece of plain-text@example.com plain text" css_class='plain-text' %}
5. {% mailprotector_textblock 'some bigger piece of html-text' css_class='html-text' %}
6. {% mailprotector_textblock 'some bigger piece of html-text with tags in link text! and with existing class' css_class='html-text' %}
7. with not existing protector: {% mailprotector 'only-email@example.com' link_text='css-class' protector='not_existing_what' %}
8. invalid protector textblock mode: {% mailprotector_textblock 'some bigger piece of text, but html-text with tags in link text!' protector='not_existing_what' css_class='html-text' %}

Experimental, untested: Phone numb3rs

1. only phone: {% mailprotector '032 322 22 22' %}
2. link text: {% mailprotector '032 322 22 23' link_text='phone-link-text' %}
3. with class: {% mailprotector '032 322 22 24' link_text='css-class-phone' css_class='css-class-phone' %}
4. {% mailprotector_textblock "some bigger piece of 032 322 22 25 plain text" css_class='plain-text-phone' %}
5. {% mailprotector_textblock 'some bigger piece of 032 322 22 26 link text' css_class='html-text-phone' %}