{% extends "base_features.html" %} {% load i18n staticfiles wger_extras %} {# #} {# Opengraph #} {# #} {% block opengraph %} {{ block.super }} {% with username=owner_user.username %} {% endwith %} {% endblock %} {# #} {# Content #} {# #} {% block content %}
{% trans "Welcome to wger" %}
{% trans "Your body." %}
{% trans "Your workouts." %}
{% trans "Your data." %}
{% trans "Your progress." %}
{% if allow_guest_users and not user.is_authenticated %} {% trans "Try it now" %} {% endif %} {% if not user.is_authenticated or user.userprofile.is_temporary %} {% if allow_registration %} {% trans "Register" %} {% endif %} {% trans "Login" %} {% endif %}

{% trans "Your advantages" %}

{% blocktrans trimmed %} wger Workout Manager is a free, open source web application that manages your exercises, workouts and nutrition. It started as a pet project of mine to replace my growing collection of different spreadsheets, but it has become something other people could also find useful. {% endblocktrans %}

{% trans "Workouts" %}

{% blocktrans trimmed %} You can create and manage flexible workout routines for any goals you have. Select exactly which exercises you'll do and how many repetitions, time or distance you want to do them. You can also combine different workouts into a schedule. {% endblocktrans %}

{% trans "Nutrition" %}

{% blocktrans trimmed %} Create your personal diet plan by creating as many meals with as many different ingredients as you need. The application will calculate the nutritional values (total energy, protein, carbohydrates, and so on) about the whole plan as well as the indivual meals. {% endblocktrans %}

{% trans 'Diary' %}

{% blocktrans trimmed %} Enter the weights and repetitions you did for each exercise to generate diagrams that let you see at a glance how well you are doing. The raw numbers are of course still accessible. {% endblocktrans %} {% trans "You can also enter notes and a general impression (great, neutral, etc.)" %}

{% trans "Features" %}

{% trans "Among many others" %}

  • {% trans "Weight tracker" %}

    {% blocktrans trimmed %} Keep track of your progress with the body weight chart. This makes it easy to see if you are reaching your goals or need to adjust something. {% endblocktrans %}

  • {% trans 'Calendar' %}

    {% blocktrans trimmed %} Get an overview of how and when you trained as well as how you personally felt you performed. Access all your individual diary entries with one click. {% endblocktrans %}

  • {% trans 'Exercise database' %}

    {% blocktrans trimmed %} The exercise database contains more than hundred exercises from which you can choose when creating a workout. You can view them by category and equipment used or muscles trained. {% endblocktrans %}

  • {% trans 'Gym management' %}

    {% blocktrans trimmed %} Use the application for your gym to manage its members, their workouts and attendance. You can manage the members' contracts, keep notes and upload any files you might need. {% endblocktrans %}

  • {% trans "REST API" %}

    {% blocktrans trimmed %} wger provides a REST API with full read and write access to all data so you can integrate your own application and tools. {% endblocktrans %}

  • {% blocktrans trimmed %}100% Free
    and
    Open Source{% endblocktrans %}

{% endblock %}