{% load i18n %} {% load url from future %} {% trans "Add to Env" as label %} {% if environment %} {{ label }} {% else %} {{ label }} {% endif %}