231 lines
7.2 KiB
HTML
231 lines
7.2 KiB
HTML
{% extends "newbase.html" %}
|
|
{% block title %}Rowsandall Paid Membership{% endblock title %}
|
|
{% load rowerfilters %}
|
|
{% block main %}
|
|
|
|
<h1>Paid Membership Plans</h1>
|
|
|
|
<ul class="main-content">
|
|
<li class="grid_4">
|
|
<p>Rowsandall.com offers free data and analysis for rowers, by rowers.
|
|
Of course, offering this service is not free. To help cover the
|
|
hosting costs, we have created a paid plan offering extended
|
|
functionality.
|
|
</p>
|
|
<p>
|
|
All plans are valid for a year. Recurring payment plans will automatically
|
|
bill you at the start of a new 12 month period. You can stop your plan
|
|
at any time in your <a href="/rowers/me/edit/">settings</a>.
|
|
</p>
|
|
|
|
<p>
|
|
<table class="plantable shortpadded" width="80%">
|
|
<thead>
|
|
<tr>
|
|
<th> </th>
|
|
<th>BASIC</th>
|
|
<th>PRO</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>Basic rowing metrics (spm, time, distance, heart rate, power)</td>
|
|
<td>✔</td>
|
|
<td>✔</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Manual Import, Export, Synchronization and download of all your data</td>
|
|
<td>✔</td>
|
|
<td>✔</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Heart rate and power zones</td>
|
|
<td>✔</td>
|
|
<td>✔</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Ranking Pieces, Stroke Analysis</td>
|
|
<td>✔</td>
|
|
<td>✔</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Compare Workouts</td>
|
|
<td>✔</td>
|
|
<td>✔</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Automatic Synchronization with other fitness sites</td>
|
|
<td>✔</td>
|
|
<td>✔</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Advanced Analysis (Critical Power, Stats, Box Chart, Trend Flex)</td>
|
|
<td>✔</td>
|
|
<td>✔</td>
|
|
</tr>
|
|
<tr>
|
|
<td>All other rowing metrics (Work per Stroke, Average and Peak Force, Drive Length, Catch and Finish Angle, Slip and Wash, Peak Force Angle, and more)</td>
|
|
<td>partly</td>
|
|
<td>✔</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Empower Stroke Profile</td>
|
|
<td> </td>
|
|
<td>✔</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Sensor Fusion, Split Workout, In-stroke metrics</td>
|
|
<td> </td>
|
|
<td>✔</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Create and manage groups.</td>
|
|
<td> </td>
|
|
<td>✔</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Create Training plans, tests and challenges for yourself and your training group. Track your performance
|
|
against plan.</td>
|
|
<td> </td>
|
|
<td>✔</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Create Training plans, tests and challenges for your athletes. Track their performance
|
|
against plan. </td>
|
|
<td> </td>
|
|
<td>✔</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Manage your athlete's workouts</td>
|
|
<td> </td>
|
|
<td>✔</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Run analytics for your athletes</td>
|
|
<td> </td>
|
|
<td>✔</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Change zone intensities and other workout related settings for your athletes</td>
|
|
<td> </td>
|
|
<td>✔</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Pricing</td>
|
|
<td>FREE</td>
|
|
<td nowrap="nowrap">From 25€/year</td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
<td> </td>
|
|
</tr>
|
|
{% if rower %}
|
|
<tr>
|
|
<td><h3>Your current plan</h3></td>
|
|
<td>
|
|
{% if rower.rowerplan == 'basic' %}
|
|
<h3>BASIC</h3>
|
|
{% else %}
|
|
|
|
{% endif %}
|
|
</td>
|
|
<td>
|
|
{% if rower.rowerplan == 'pro' %}
|
|
<h3>PRO ({{ rower.paymenttype }})</h3>
|
|
{% else %}
|
|
|
|
{% endif %}
|
|
</td>
|
|
</tr>
|
|
{% endif %}
|
|
{% if rower and rower.rowerplan == 'basic' %}
|
|
<tr>
|
|
<td>
|
|
Available trial (no strings attached)
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
{% if user.is_anonymous %}
|
|
<button style="width:100%">
|
|
<a href="/rowers/starttrial/">Free PRO trial</a>
|
|
</button>
|
|
{% elif rower and rower.rowerplan == 'basic' and rower.protrialexpires|date_dif == 1 %}
|
|
<button style="width:100%">
|
|
<a href="/rowers/starttrial/">Free PRO trial</a>
|
|
</button>
|
|
{% else %}
|
|
|
|
{% endif %}
|
|
</td>
|
|
</tr>
|
|
{% endif %}
|
|
<tr>
|
|
{% if rower and rower.rowerplan == 'basic' %}
|
|
<td>
|
|
Available <a href="/rowers/upgrade/">upgrades</a>
|
|
</td>
|
|
{% endif %}
|
|
<td>
|
|
|
|
</td>
|
|
{% if user.is_anonymous %}
|
|
<td colspan="3">
|
|
<button style="width:100%">
|
|
<a href="/rowers/upgrade/">UPGRADE NOW</a>
|
|
</button>
|
|
</td>
|
|
{% elif rower and rower.rowerplan == 'basic' %}
|
|
<td colspan="3">
|
|
<button style="width:100%">
|
|
{% if user|existing_customer %}
|
|
<a href="/rowers/upgrade/">UPGRADE NOW</a>
|
|
{% else %}
|
|
<a href="/rowers/billing/">BUY NOW</a>
|
|
{% endif %}
|
|
</button>
|
|
</td>
|
|
{% endif %}
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Payment methods</strong>: We accept credit card payments and PayPal through Braintree.
|
|
</p>
|
|
|
|
<h2>Terms and Conditions, Contact Information</h2>
|
|
|
|
<p>
|
|
Before purchasing any of our paid plans, you must
|
|
review and acknowledge our <a href="/rowers/legal/">Terms and Conditions</a>,
|
|
and <a href="/rowers/legal#refunds">Refunds and Returns Policy</a>
|
|
</p>
|
|
|
|
<p>Payments are made to "Rowsandall s.r.o.", with the following contact information:</p>
|
|
<p><strong>Rowsandall s.r.o.</strong><br />
|
|
Nové sady 988/2<br />
|
|
602 00 Brno<br />
|
|
Czech Republic<br />
|
|
IČ: 070 48 572<br />
|
|
DIČ: CZ 070 48 572 (Nejsme plátce DPH)<br />
|
|
Datová schránka: 7897syr<br />
|
|
Email: <a href="mailto:info@rowsandall.com">info@rowsandall.com</a><br />
|
|
The company is registered in the business register at the
|
|
Regional Court in Brno (Společnost je zapsána v obchodním rejstříku vedeném u Krajského soudu v Brně, oddíl C, vložka 105845)<br/>
|
|
</p>
|
|
|
|
<p>Do not hesitate to contact us at <a href="mailto:info@rowsandall.com">info@rowsandall.com</a>
|
|
with any payment related question you have.</p>
|
|
|
|
</li>
|
|
</ul>
|
|
|
|
{% endblock %}
|
|
|
|
{% block sidebar %}
|
|
{% include 'menu_help.html' %}
|
|
{% endblock %}
|