{% extends "gstudio/nodetype_list.html" %} {% load i18n gstudio_tags %} {% block meta-description %}{% trans "Latest nodetypes" %}{% endblock %} {% block link %} {{ block.super }} {% endblock %} {% block script %} {{ block.super }} {% endblock %} {% block title %}{% trans "Latest nodetypes" %}{% endblock %} {% block content %} {% get_featured_nodetypes 5 "gstudio/tags/slider_nodetypes.html" %} {{ block.super }} {% endblock %}