{% with banner_src=hunt_obj.banner|default:"https://versohydraulic.com/bitrix/templates/aspro-allcorp/images/background.png" %} banner {% endwith %}
logo

{{ hunt_obj.name }}

{% if is_hunt_manager and not hunt_obj.result_published %} End Bughunt {% elif not is_hunt_manager and not hunt_obj.result_published %} Submit Bug {% endif %}

BugHunt Info

  • Hunt: {{ hunt_obj.name }}
  • Url {{ hunt_obj.url }}
  • Domain {{ hunt_obj.domain.name }}
  • Starts On: {{ hunt_obj.starts_on.day }} / {{ hunt_obj.starts_on.month }} / {{ hunt_obj.starts_on.year }}
  • Ends On: {{ hunt_obj.end_on.day }} / {{ hunt_obj.end_on.month }} / {{ hunt_obj.end_on.year }}
  • Status: {% if hunt_obj.result_published %} ENDED {% else %} ONGOING {% endif %}

Activity log

Profile informations changed.

3 min ago

Connected with Colby Covington.

15 min ago

Invoice #4563 was created.

57 min ago

Message received from Cecilia Hendric.

1 hour ago

New order received #OR9653.

2 hours ago

Message received from Jane Stillman.

2 hours ago

Statistics

Total Rewarded
${{ stats.total_rewarded }}
Total Bugs
{{ stats.total_bugs }}
Accepted Bugs
{{ stats.total_bug_accepted }}

BUGHUNT WINNERS

{% if not hunt_obj.result_published %}

No winners announced yet

{% else %} {% for winner in bughunt_leaderboard|slice:":4" %} {% endfor %} {% for runner in bughunt_leaderboard|slice:"4:" %} {% endfor %} {% endif %}
Name Position Accepted Bugs View Bugs
Jese image
{{ winner.user__username }}
WINNER
10
View Bugs
Jese image
Neil Sims
neil.sims@flowbite.com
RUNNER UP
10
View Bugs

Description

Rewards

{% for reward in rewards %}
{{ reward.name }}
$ {{ reward.value }}
  • {% if reward.valid_submissions_eligible %} Each Accepted Bug will recieve ${{ reward.value }} {% else %} Top {{ reward.no_of_eligible_projects }} Users {% endif %}
  • {% if reward.prize_in_crypto %}
  • Prize paid in cryptocurrency
  • {% endif %}
{% endfor %}

Latest Bugs Reported

View all
{% if latest_issues|length > 0 %} {% for issue in latest_issues %}
Reported to {{ issue.domain__name }} on {{ issue.created__day }}/{{ issue.created__month }}/{{ issue.created__year }}
{% endfor %} {% else %}

No bugs reported

{% endif %}

Top Testers ({{ top_testers | length }})

{% for tester in top_testers %}
Avatar

{{ tester.user__username }}

Reported {{ tester.count }} Bugs

{% endfor %}