{% extends 'base_site.html' %} {% load core_tags_and_filters %} {% load crispy_forms_field %} {% load i18n %} {% load core_messages_tags_and_filters %} {% load rules %} {% load static %} {% block title %}{% translate 'Your Matches' context user.get_gender %} / {% block site_title %}{{ block.super }}{% endblock %}{% endblock %} {% block extra_css %} {{ block.super }} {% if form %} {% endif %} {% endblock %} {% block google_ads %} {% if LANGUAGE_CODE in settings.LANGUAGES_WITH_ADS %} {% if request.user.is_anonymous or request.user.display_ads %} {% endif %} {% endif %} {% endblock %} {% block user_menu_matches_class %}active{% endblock %} {% block body_class %}{{ block.super }} with-background{% endblock %} {% block content %}
{% block form %}
{% csrf_token %}
{% translate 'Update matches' context user.get_gender %}
{% translate 'Age:' %}
{% crispy_field form.min_age_to_match 'class' 'form-control' %}
{% crispy_field form.max_age_to_match 'class' 'form-control' %}
{% endblock %}
{% for match in matches_list %} {% block include_match_item %} {% include 'matches/match_item.html' with user=match %} {% endblock %} {% empty %}
{% translate "You don't have any matches yet. Try to broaden your search settings or check again later." context user.get_gender %}
{% endfor %}
{% pagination %}
{% block total_number_of_active_members_block %} {% if total_number_of_active_members_text %}
{{ total_number_of_active_members_text }}
{% endif %} {% endblock %} {% endblock %} {% block extra_js %} {{ block.super }} {% block google_conversions %} {# Track Google conversions - only on speedymatch.com #} {% if site.domain == 'speedymatch.com' and include_in_conversions %} {% if user.speedy_match_profile.settings.MIN_HEIGHT_TO_MATCH <= user.speedy_match_profile.height and user.speedy_match_profile.height <= user.speedy_match_profile.settings.MAX_HEIGHT_TO_MATCH %} {% if not user.speedy_match_profile.not_allowed_to_use_speedy_match %} {# #} {% if LANGUAGE_CODE == "he" %} {# #} {% endif %} {% if LANGUAGE_CODE == "en" %} {# #} {% endif %} {% if paginator.count >= 1 %} {# #} {% endif %} {% if paginator.count >= 5 %} {# #} {% endif %} {% if paginator.count >= 24 %} {# #} {% endif %} {% if paginator.count >= 60 %} {# #} {% endif %} {% if paginator.count >= 120 %} {# #} {% endif %} {% if paginator.count >= 240 %} {# #} {% endif %} {% if paginator.count >= 360 %} {# #} {% endif %} {% if paginator.count >= 480 %} {# #} {% endif %} {% if paginator.count >= 720 %} {# #} {% endif %} {% else %} {# #} {% if user.has_confirmed_email %} {# #} {% endif %} {% endif %} {% else %} {# #} {% if not user.speedy_match_profile.not_allowed_to_use_speedy_match %} {% else %} {# #} {% endif %} {% endif %} {% endif %} {% endblock %} {% endblock %}