{% extends 'base.html' %} {% load i18n %} {% block content %}
{% trans "Export the entire database as a compressed file." %}
{% trans "Export Database" %}{% trans "Import aliases from a JSON file. The file should contain a list of objects with the following fields:" %}
[
{
"alias": "example",
"original_url": "https://example.com",
"created_at": "2023-09-08T12:00:00Z",
"updated_at": "2023-09-08T12:00:00Z"
},
{
"alias": "google",
"original_url": "https://www.google.com"
}
]