{% extends "base.html" %} {% block title %}{{ _('Credits') }}{% endblock %} {% block content %}
{{ _('This project was developed by') }} Michatec. {{ _('Special thanks to all contributors and supporters.') }}
{{ _('Translators:') }}
{{ _('Special thanks to the open-source community for their invaluable resources and tools.') }}
{{ _('Design inspired by various open-source projects and communities.') }}
{{ _('Backend powered by Flask and SQLAlchemy.') }}
{{ _('Frontend built with Bootstrap and jQuery.') }}
{{ _('Icons by FontAwesome and other open-source resources.') }}
{{ _('Hosted on a secure and reliable platform.') }}
{{ _('If you would like to contribute, please reach out to us.') }}
{{ _('GitHub Repository') }}{{ _('Thank you for using our application!') }}
{% endblock %}