{% extends "layouts/app.twig" %} {% block title %}{{ __('Credits') }}{% endblock %} {% block content %}

Credits

{% for title, credit in credits %}

{{ title }}

{{ credit|markdown }}
{% endfor %}

Source code

Version: {{ version }}

The original engelsystem was written by cookie. It was then completely rewritten and enhanced by msquare (maintainer) and MyIgel.

Please look at the contributor list on GitHub for a complete list.

{% endblock %}