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

{{ __('Credits') }}

{% for title, credit in credits %}

{{ __(title) }}

{{ __(credit)|markdown }}
{% endfor %}

{{ __('Source code') }}

{{ __('Version: _%s_', [version])|markdown }}

{{ __('The original engelsystem was written by [cookie](https://github.com/cookieBerlin/engelsystem). It was then completely rewritten and enhanced by [msquare](https://notrademark.de) (maintainer) and [MyIgel](https://myigel.name).')|markdown }}

{{ __('Please have a look at the [contributors list on GitHub](https://github.com/engelsystem/engelsystem/graphs/contributors) for a complete list.')|markdown }}

{% endblock %}