{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% load wger_extras %} {% block title %}{% trans "Weight entry" %}{% endblock %} {% block header %} {% endblock %} {% block content %}

{% trans "Weight entry" %}

{% csrf_token %} {{ weight_form.non_field_errors }} {% yaml_form_field weight_form.weight %} {% yaml_form_field weight_form.creation_date %}
{% endblock %} {% block sidebar %}{% endblock %}