{% extends 'navlets/base.html' %} {% load crispy_forms_tags %} {% block navlet-content %} {% if can_edit_rooms %} Add position to your rooms {% endif %}
{% crispy searchform %} {% endblock navlet-content %}