{% extends "base.html" %} {% load i18n static %} {% block title %}{% trans "About us" %}{% endblock %} {% block content %}

Your name
Address
ZIP code
City
email@example.com ({%trans "GNUPG-Key:" %} 1234567890)

{% endblock %}