{% extends "board/base.html" %} {% load i18n %} {% block content %}
{% csrf_token %} {% if perms.board.set_sticky %} {% endif %}
{{form.sticky.label_tag}} {{form.sticky}}
 
{% endblock content %}