{% extends "paginator.html" %}
{% comment %}
{% endcomment %}
{% block script %}
{% endblock %}
{% block input %}
{% endblock %}
{% block selector %}
{% if from_cms %}
{% include "selector.html" with custom=custom current=current %}
{% else %}
{% include "selector_in_result.html" with custom=custom current=current %}
{% endif %}
{% endblock %}