{% if request.path=='/catalog' %}
Catalog
{% else %}
Catalog
{% endif %}
{% if pins %}
Pins
{% else %}
Pins
{% endif %}
{% if v and SITE_NAME == 'rDrama' and FEATURES['COUNTRY_CLUB'] %}
{% if v.paid_dues %}
{% if ccmode=="true" %}
CC
{% else %}
CC
{% endif %}
{% endif %}
{% endif %}
{% if t != "hour" %}Hour{% endif %}
{% if t != "day" %}Day{% endif %}
{% if t != "week" %}Week{% endif %}
{% if t != "month" %}Month{% endif %}
{% if t != "year" %}Year{% endif %}
{% if t != "all" %}All{% endif %}
{% if sort != "hot" %}Hot{% endif %}
{% if sort != "bump" %}Bump{% endif %}
{% if sort != "top" %}Top{% endif %}
{% if sort != "bottom" %}Bottom{% endif %}
{% if sort != "new" %}New{% endif %}
{% if sort != "old" %}Old{% endif %}
{% if sort != "controversial" %}Controversial{% endif %}
{% if sort != "comments" %}Comments{% endif %}