{% extends "_base.html" %} {% block content %}
Welcome!

babylab-redcap

GitHub Actions Workflow Status GitHub Issues or Pull Requests PyPI - Status PyPI - Version GitHub Release GitHub Release



This app provides an interface to the REDCap database to consult participant and appointment information conveniently. This is a work in progress, feel free to report issues and provide feed-back (gonzalo.garcia@sjd.es).

{% if not redcap_version %}

Log in

Please, provide your API token to access the database:

API Token
{% endif %} {% if redcap_version %}

Log in

Welcome!
You have successfully logged in.
{% endif %} {% endblock content %}