{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Exportar a redes sociales

Descarga el formato de imagen adecuado y copia el caption de cada red. Proyecto: {{ pack.project }} · {{ pack.stack }}

Formatos

{% for fmt in pack.formats %}

{{ fmt.label }}

{{ fmt.hint }}
{{ fmt.width }}×{{ fmt.height }}

Descargar PNG
{% endfor %}

Redes

{% for net in pack.networks %}

{{ net.label }}

{{ net.blurb }}

Imagen {% if net.intent_url %} Abrir {% endif %}
Ver caption
{% endfor %}

Volver al panel

{% endblock %}